@props([ 'title' => '', 'subtitle' => '', 'columns' => [], 'data' => [], 'actions' => [], 'filters' => [], 'searchable' => true, 'exportable' => true, 'pagination' => null, 'emptyMessage' => 'No data available', 'loading' => false ])
{{ $subtitle }}
@endifLoading data...
{{ $emptyMessage }}
| {{ $column['label'] }} @if($column['sortable'] ?? false) unfold_more @endif | @endforeach
|---|