Dicetak pada: {{ \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 ?? '-' }} |
| Kelas | : {{ $moduleClass?->studentClass?->name ?? '-' }} |
| Mata Pelajaran | Bab | Materi | Tugas | Quiz | Progres Total |
|---|---|---|---|---|---|
| {{ $row->moduleStudentClass?->module?->title ?? '-' }} | {{ $row->total_sections ?? 0 }} | {{ $row->total_lessons ?? 0 }} | {{ $row->total_tasks ?? 0 }} | {{ $row->total_quizzes ?? 0 }} |
|
|
|