Country
S. No.
Name
Nationality
Phone Code
@if ($countries->count() > 0) @foreach ($countries as $key => $country)
{{ $key + 1 }}
{{$country -> name }}
{{$country -> nationality }}
+ {{$country -> phone_code}}
@endforeach @endif