@foreach($options as $key=> $row) @php $showDelete = ($row->catOption->meta['show_delete'] ?? 'yes') == 'yes' @endphp @if($showDelete)
@endif {{ $row->catOption->currentDescription->title ?? "" }} {{ $row->title }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @endforeach @if($options->hasPages()) {{ $options->links('pagination::bootstrap-5') }} @endif