⚽ SSB H. APUD
@csrf
KELUAR / LOGOUT
SISWA
SAYA
PROFIL
Pilih Kelompok Umur:
@foreach($categories as $item)
{{ $item }}
@endforeach
@if(session('success'))
✅ {{ session('success') }}
@endif @if(session('error'))
❌ {{ session('error') }}
@endif
@csrf
@forelse($students as $student)
{{ $student->nama_lengkap }}
NIS: {{ $student->nis }}
{{ $student->posisi_utama }}
@foreach(['hadir', 'izin', 'sakit', 'alfa'] as $stat)
id]) && $attendanceToday[$student->id] == $stat) ? 'checked' : ($stat == 'hadir' && !isset($attendanceToday[$student->id]) ? 'checked' : '') }}>
{{ $stat }}
@endforeach
@empty
📋
Belum ada siswa terdaftar di {{ $selectedKu }}
@endforelse
@if($students->count() > 0)
💾
SIMPAN ABSENSI SISWA
@endif