@foreach($categories as $key=> $row)
|
|
{{ $row->name }} |
{{ $row->category_id ? $row->category->currentDescription->name : __('categories.main') }} |
{{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} |
|
@endforeach
@if( count( $categories ) && $categories->hasPages() )
| {{ $categories->links() }} |
@endif