@props([ 'title' => '', 'createRoute' => null, 'createText' => 'Add New', 'columns' => [], 'ajaxUrl' => '', 'showSearch' => true, 'showDateFilter' => false, 'showExport' => true, 'tableId' => 'admin-table', 'extraFilters' => null, 'customInfoBoxes' => null, ])

{{ $title }}

@if($createRoute) {{ $createText }} @endif
@if($showSearch || $showDateFilter || $extraFilters)
@if($showSearch)
@endif @if($showDateFilter)
@endif @if($extraFilters) {{ $extraFilters }} @endif
@endif
@if($customInfoBoxes) {{ $customInfoBoxes }} @else
Total Records 0
Showing 0
Filtered 0
Date Range All Time
@endif @foreach($columns as $column) @endforeach
{{ $column['title'] }}
@push('style') @endpush @push('script') @endpush