{{ $column['title'] }} {{ request()->input('_sort_by') === $column['dataIndex'] && request()->input('_sort_order') === 'asc' ? '↓' : '↑' }} | @endforeachAction |
---|---|
{{ $item[$column['dataIndex']] }} | @endforeach@foreach ($actions as $action) @if ($action['key'] === 'edit') Edit @elseif ($action['key'] === 'delete') @endif @endforeach |
No records found.
@endif