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