@props([ 'pageTitle' => '', 'data' => [], 'columns' => [], 'actions' => [], 'showAddButton' => false, 'addButtonUrl' => '#', 'showCheckboxes' => false, 'showBatchDelete' => false, 'showEditModal' => false, 'showViewModal' => false ])
@endif @foreach ($columns as $index => $column) | {{ $column['name'] }} @if ($column['sortable']) @endif | @endforeach @if (!empty($actions))Action | @endif
---|