@php $statusLabels = [ 'hadir' => 'Hadir', 'izin' => 'Izin', 'sakit' => 'Sakit', 'alpha' => 'Alpha', ]; @endphp
@forelse ($attendances as $attendance) @empty @endforelse
No. Tanggal Cabang Kelompok Guru Santri Hadir Aksi
{{ $attendances->firstItem() + $loop->index }} {{ $attendance->attendance_date->format('d M Y') }} {{ $attendance->branch?->name ?: $attendance->group?->branch?->name ?: '-' }} {{ $attendance->group?->name ?: '-' }} {{ $attendance->teacher?->name ?: '-' }} {{ $attendance->details_count }}
Belum ada data presensi.
{{ $attendances->links() }}