{{-- Filter Card --}}
{{-- Header row: back button + title + count --}}
Filter by Date Range
{{ $history->count() }} {{ Str::plural('day', $history->count()) }} found
{{-- Inputs row --}}
{{-- Date Cards --}}
@if ($history->isEmpty())
No attendance records found for this date range.
@else
@endif