Munaqosah
@if(session('success'))
{{ session('success') }}
@endif
Munaqosah Santri
Tanggal | Nama Santri | NIS | Tahun Angkatan | Al-Qur'an Isi | Al-Hadis Isi | Nilai N | Status | Aksi |
---|---|---|---|---|---|---|---|---|
{{ $item->created_at->format('Y-m-d') }} | {{ $item->user->name ?? '—' }} | {{ $item->user->nis ?? '—' }} | {{ $item->tahun_angkatan }} | {{ $item->alquran }} | {{ $item->alhadis }} | {{ number_format($item->nilai_n, 2) }} | {{ $item->status }} | @if($item->munaqosah_status === 'Sedang di Verifikasi') @else Selesai @endif |