Daftar Siswa

@if (session('success')) @endif @if (session('error')) @endif
Daftar Siswa
@foreach ($siswa as $key => $item) @endforeach
No NIS Nama Kelas Nama Ibu Kandung Status Created At Action
{{ $key + 1 }} {{ $item->nis }} {{ $item->nama_lengkap }} {{ $item->kelas ? $item->kelas->nama_kelas : '-' }} {{ $item->nama_ibu }} {{ $item->is_active == 1 ? 'Aktif' : 'Non Aktif' }} {{ $item->created_at }}