@foreach($contents as $key=> $row) @if(!$isShowOnlyModule)
@endif {{ $row->title }} {{ __("general.$row->status") }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @if($row->deleted_at) id) }}" data-method="put" class="icon rowAction" title="{{ __('dashboard.restore') }}">{{ __('dashboard.restore') }} id) }}" data-method="delete" class="icon rowAction" title="{{ __('dashboard.delete') }}">{{ __('dashboard.delete') }} @else id) }}" class="icon" title="{{ __('dashboard.edit') }}">{{ __('dashboard.edit') }} @if(!$isShowOnlyModule) id) }}" data-method="delete" class="icon rowAction" title="{{ __('dashboard.trash') }}">{{ __('dashboard.trash') }} @endif @endif @endforeach @if($contents->hasPages()) {{ $contents->links() }} @endif