@extends('dashboard.layout.layout') @section('content')
{!! $countries->links() !!}
@foreach ($countries as $country) @endforeach
# {!! trans('dashboard.general.image') !!} {!! trans('dashboard.country.country') !!} {!! trans('dashboard.country.nationality') !!} {!! trans('dashboard.country.key') !!} {!! trans('dashboard.general.added_date') !!} {!! trans('dashboard.general.control') !!}
{{ $loop->iteration }} {{ $country->name }} {{ $country->nationality }} {{ $country->phonecode }}
{{ $country->created_at->format("Y-m-d") }}
{!! $countries->links() !!}
@include('dashboard.layout.delete_modal') @endsection @include('dashboard.country.scripts')