@assets @endassets
{{-- Filter Card --}}
{{-- Header row: back button + title + count --}}
Filter by Date Range
{{ $history->count() }} {{ Str::plural('day', $history->count()) }} found
{{-- Inputs row --}}
{{-- Date inputs: always in one row --}}
From To
{{-- Buttons: full width on mobile, auto on desktop --}}
Search Last 30 Days
{{-- Date Cards --}} @if ($history->isEmpty()) No attendance records found for this date range. @else @endif