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 }} |
|