@foreach($countries as $key=> $row)
|
|
{{ $row->title }} |
{{ $row->country_code }} |
{{ $row->phone_code }} |
 }}) |
{{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} |
|
@endforeach
@if( count( $countries ) && $countries->hasPages() )
| {{ $countries->links() }} |
@endif