{{-- HEADER SECTION --}}

Pantau aktivitas pengajaran dan distribusi kelas setiap guru.

{{-- STATISTIK RINGKAS --}}
{{-- TOTAL GURU --}}

Total Guru

{{ \App\Models\Teacher::count() }}

{{-- TOTAL KELAS --}}

Total Kelas Diampu

{{ \App\Models\ModuleStudentClass::count() }}

{{-- TABLE SECTION --}}

Daftar Guru

Klik baris untuk melihat detail monitoring
{{ $this->table }}