Data Recap (Per 3 Bulan)

Total Active Students {{ $students->count() }}
Total Career Points {{ $students->sum('recap_career_points') }}
Total Violations {{ $students->sum('recap_violations') }}
Points Deducted {{ $students->sum('recap_deducted_points') }}
{{-- Select Quarter (3 Bulan) --}}
{{-- Select Year --}}
{{-- Action Buttons --}}
{{-- Download CSV --}}
Quarterly Summary — Q{{ $quarter }} {{ $year }}
@forelse($students as $index => $student) @empty @endforelse
# Student Name Classroom Career Points Violations Deducted Points Final Discipline Point
{{ $index + 1 }} {{ $student->name }} {{ $student->classroom->name ?? '-' }} +{{ $student->recap_career_points }} {{ $student->recap_violations }} -{{ $student->recap_deducted_points }} @php $final = $student->recap_final_discipline; $badgeClass = $final >= 80 ? 'text-bg-success' : ($final >= 60 ? 'text-bg-warning' : 'text-bg-danger'); @endphp {{ $final }} / 100
NOT FOUND / DATA TIDAK DITEMUKAN

Tidak ada riwayat aktivitas poin career atau pelanggaran disiplin pada periode Triwulan {{ $quarter }} {{ $year }}.