@extends('layouts.adminlte') @section('title', 'Filter Laporan Absensi') @section('content')
{{-- PAGE HEADER --}}

Laporan Absensi

Kelas: {{ $class->name }} (Tingkat {{ $class->grade }})

{{-- CARD FILTER --}}

Filter Periode

Pilih Rentang Waktu

Sistem akan menampilkan rekap kehadiran seluruh siswa di kelas {{ $class->name }} sesuai periode yang Anda tentukan.

@php $currentMonthStart = \Carbon\Carbon::now()->startOfMonth()->format('Y-m-d'); $currentDate = \Carbon\Carbon::now()->format('Y-m-d'); @endphp
{{-- Connector Line (Desktop) --}} {{-- Tanggal Awal --}}
{{-- Sampai Tanggal --}}
Batal
{{-- Background Decor --}}
@stop @section('js') @stop