@php $si=0; @endphp @foreach ($Countries as $Country) @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Title') }} {{ __('lng.ShortName') }} {{ __('lng.Telephonecode') }} {{ __('lng.Narration') }} {{ __('lng.Action') }}
{{ ++$si }} {{ $Country->title }} {{ $Country->shortname }} {{ $Country->telephonecode }} {{ $Country->narration }}
@csrf @method('delete')

{{ __('lng.Showing') }} {{ $Countries->count() }} {{ __('lng.Items') }}