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