{{-- resources/views/livewire/kepala-sekolah/pelanggaran.blade.php --}} @php use Illuminate\Support\Facades\Storage; @endphp
Rekap pelanggaran siswa (sesuai filter)
| # | Tanggal | Siswa | Kelas | Jenis | Status | Aksi |
|---|---|---|---|---|---|---|
| {{ ($items->currentPage()-1)*$items->perPage() + $i + 1 }} | {{ $row->created_at?->format('d M Y H:i') }} |
{{ $row->siswa->nama ?? '—' }}
{{ $row->siswa->nisn ?? '—' }}
|
{{ $row->siswa->kelas->nama ?? '—' }} | {{ ucfirst($row->jenis) }} | {{ ucfirst($row->status) }} | |
| Tidak ada data. | ||||||