{{-- 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
@if($filters['is_super_admin'])
@endif @if($showSearch)
@endif
Showing {{ $filters['start']->format('M d, Y') }} to {{ $filters['end']->format('M d, Y') }} @if($filters['company_id'] || !$filters['is_super_admin']) · {{ $filters['company']->name ?? 'Company' }} @else · All companies @endif @if($showExport) @endif
@once @endonce