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