@props([ 'backRoute' => null, 'backLabel' => 'Back', 'searchPlaceholder' => null, 'showDateRange' => false, 'showPeriod' => false, 'showReset' => false, 'showExport' => true, 'showColumns' => true, 'showInfo' => false, 'infoText' => null, 'from' => null, 'to' => null, 'filters' => null, ])
@if($backRoute) {{ $backLabel }} @endif @if($searchPlaceholder)
@endif @if($showDateRange) to @endif @if($showPeriod) @endif {{ $filters ?? '' }} @if($showColumns) @endif @if($showReset) Reset @endif @if($showExport) Export CSV @endif @if($showInfo && $infoText) @endif
@if($showColumns)
{{ $slot }}
@endif
Loading...