Dicetak: {{ \Carbon\Carbon::now()->translatedFormat('d F Y H:i') }}
| Nama | : {{ $teacher?->user?->name }} |
| NIP | : {{ $teacher?->nip }} |
| Status | : Guru Pengampu |
| Jenis Guru | : {{ $teacher?->jenis }} |
| Jurusan | : {{ $teacher?->department?->name }} |
| Mata Pelajaran | Bab | Materi | Tugas | Quiz & Ujian | Progres |
|---|---|---|---|---|---|
| {{ $row->moduleStudentClass?->module?->title ?? '-' }} {{ $row->moduleStudentClass?->studentClass?->name ?? '-' }} | {{ $row->total_sections }} | {{ $row->total_lessons }} | {{ $row->total_tasks }} | {{ $row->total_quizzes }} |
|