{{ __('Countries') }} All

+ Add New
@foreach ($Countries as $Country) @endforeach @if($Countries->links()) @endif
# Name Short Name Pone Code Actions
{{$loop->index+1}} {{$Country->name}} {{$Country->short_name}} {{$Country->phone_code}} 👁 Show 🖆 Edit
@csrf @method('delete')
{{ $Countries->links() }}