@props([ 'pageTitle' => '', 'data' => [], 'columns' => [], 'allFields' => [], 'actions' => [], 'showAddButton' => false, 'addButtonUrl' => '#', 'showCheckboxes' => false, 'showBatchDelete' => false, 'showEditModal' => false, 'showViewModal' => false, 'baseRoute' => '' ])
@endif @foreach($columns as $column) | {{ $column['name'] }} | @endforeach @if(count($actions) > 0)Actions | @endif
---|