@props([ 'pageTitle' => '', 'data' => [], 'columns' => [], 'allFields' => [], 'actions' => [], 'showAddButton' => false, 'addButtonUrl' => '#', 'showCheckboxes' => false, 'showBatchDelete' => false, 'showSearch' => true, 'currentPage' => 1, 'lastPage' => 1, 'total' => 0, ])
@if ($showSearch)
@endif {{--
--}} {{--
--}}
@foreach ($columns as $index => $column) @endforeach
{{ $column['name'] }} @if ($column['sortable']) @endif