@props([ 'title' => null, 'searchPlaceholder' => 'Search...', 'showDateRange' => false, 'from' => null, 'to' => null, 'filters' => null, ])
@if($showDateRange) to @endif Export CSV ← All Reports
{{ $filters ?? '' }}

Toggle optional columns (saved for this session in URL params)

{{ $slot }}
@foreach(request()->except(['page', 'export']) as $key => $value) @if(is_array($value)) @foreach($value as $v) @endforeach @elseif(! in_array($key, ['search', 'from', 'to', 'status', 'type', 'gateway', 'product_id', 'learner_id', 'course_id', 'bundle_id'])) @continue @endif @endforeach