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