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