Country Code

@foreach ($countryCode as $country) @endforeach
Country Code Rate Name
{{$country['code']}} {{$country['rate']}} {{$country['name']}}
{{ $countryCode->links('paginate-custom') }}