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