@if($setting->show_logo && $sekolah->logo_sekolah) @endif
Logo @if($setting->show_school_name)
{{ $sekolah->nama_sekolah ?? 'NAMA SEKOLAH' }}
@endif
@if($setting->show_address) {{ $sekolah->alamat ?? '' }}
@endif @if($setting->show_phone) Telp: {{ $sekolah->no_telp ?? '-' }} @endif @if($setting->show_email) | Email: {{ $sekolah->email ?? '-' }} @endif
@if($setting->show_header_line)
@endif
Laporan Rekapitulasi Absensi Guru
Ringkasan Total Kehadiran:
Hadir (+Terlambat) Izin Sakit Cuti Tugas Luar Alpha Total Records
{{ $statistik['hadir'] }} {{ $statistik['izin'] }} {{ $statistik['sakit'] }} {{ $statistik['cuti'] }} {{ $statistik['tugas_luar'] }} {{ $statistik['alpha'] }} {{ $statistik['total'] }}
@forelse($riwayat as $key => $item) @empty @endforelse
No Tanggal Nama Guru Status Keterangan / Alasan
{{ $key + 1 }} {{ \Carbon\Carbon::parse($item->tanggal)->translatedFormat('d-m-Y') }} {{ $item->guru->user->name ?? ($item->guru->nama ?? '-') }} {{ $item->status }} {{ $item->keterangan ?? '-' }}
Tidak ada data absensi yang sesuai dengan filter.
@if($setting->show_signature) @endif @if($setting->show_print_date) @endif