{{-- If you look to others for fulfillment, you will never truly be fulfilled. --}} {{ $student?->links() }} NIM Nama Mahasiswa Program Studi Angkatan Status KRS Presensi Hadir(%) Ketua @foreach ($student as $key => $item) {{ $item?->student?->nim }} {{ $item?->student?->name }} {{ $item?->student?->prodi?->title }} {{ $item?->student?->generation }} {{ $item?->student?->krs_status }} {{ collect($subject_class?->presence)->where('student_id', $item?->student?->id)->where('status', 'hadir')->count() }} / {{ $subject_class?->subject_class_schedules->count() }} {{ calculatePresence(collect($subject_class?->presence)->where('student_id', $item?->student?->id)->where('status', 'hadir')->count(),$subject_class?->subject_class_schedules->count()) }} - @endforeach