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