@foreach($categories as $key=> $row) @if($row->id != '1')
@endif {{ $row->name }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @if($row->deleted_at) {{ __('dashboard.restore') }} {{ __('dashboard.delete') }} @else {{ __('dashboard.edit') }} @if($row->id != '1') {{ __('dashboard.trash') }} @endif @endif @endforeach @if( count( $categories ) && $categories->hasPages() ) {{ $categories->links() }} @endif