diff --git a/app/Views/admin/generate-laporan/laporan-guru.php b/app/Views/admin/generate-laporan/laporan-guru.php
index 2ea729c..e103303 100644
--- a/app/Views/admin/generate-laporan/laporan-guru.php
+++ b/app/Views/admin/generate-laporan/laporan-guru.php
@@ -1,8 +1,19 @@
= $this->extend('templates/laporan') ?>
= $this->section('content') ?>
-
DAFTAR HADIR GURU
-TAHUN PELAJARAN 2022/2023
+
+
+ |
+
+ DAFTAR HADIR GURU
+ SMK ICB CINTA NIAGA
+ TAHUN PELAJARAN 2022/2023
+ |
+
+
+ |
+
+
Bulan : = $bulan; ?>
@@ -19,7 +30,7 @@
No |
- Nama |
+ Nama |
= $value->format('d'); ?> |
diff --git a/app/Views/admin/generate-laporan/laporan-siswa.php b/app/Views/admin/generate-laporan/laporan-siswa.php
index 5a12f72..6603c19 100644
--- a/app/Views/admin/generate-laporan/laporan-siswa.php
+++ b/app/Views/admin/generate-laporan/laporan-siswa.php
@@ -1,8 +1,19 @@
= $this->extend('templates/laporan') ?>
= $this->section('content') ?>
-DAFTAR HADIR SISWA
-TAHUN PELAJARAN 2022/2023
+
+
+ |
+
+ DAFTAR HADIR SISWA
+ SMK ICB CINTA NIAGA
+ TAHUN PELAJARAN 2022/2023
+ |
+
+
+ |
+
+
Bulan : = $bulan; ?>
Kelas : = "{$kelas['kelas']} {$kelas['jurusan']}"; ?>
@@ -20,7 +31,7 @@
No |
- Nama |
+ Nama |
= $value->format('d'); ?> |