{{-- Shared report filter bar. $filters - array returned by ReportController::filters() $route - route name of the current report (for the form action) $showSearch - whether to render the account search box --}} @php $showSearch = $showSearch ?? false; $showExport = $showExport ?? true; @endphp