⚽ SSB H. APUD

@csrf
SISWA SAYA PROFIL

Pilih Kelompok Umur:

@foreach($categories as $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) @endforeach
@empty
📋

Belum ada siswa terdaftar di {{ $selectedKu }}

@endforelse
@if($students->count() > 0)
@endif