@extends('layouts.app-admin') Data Munaqosah | SR Klasifikasi @section('content')

Munaqosah

@if(session('success'))
{{ session('success') }}
@endif
Munaqosah Santri
@foreach($riwayat as $item) @endforeach
Tanggal Nama Santri NIS Tahun Angkatan Al-Qur'an Isi Persentase Qur'an Al-Hadis Isi Persentase Hadis Nilai N Status Aksi
{{ $item->created_at->format('Y-m-d') }} {{ $item->user->name ?? '—' }} {{ $item->user->nis ?? '—' }} {{ $item->tahun_angkatan }} {{ $item->alquran }} {{ number_format(($item->alquran / 606) * 100, 2) }}% {{ $item->alhadis }} {{ number_format(($item->alhadis / 2174) * 100, 2) }}% {{ number_format($item->nilai_n, 2) }} {{ $item->status }} @if($item->munaqosah_status === 'Sedang di Verifikasi')
@csrf
@csrf
@else Selesai @endif
@if(session('success'))
{{ session('success') }}
@endif
Munaqosah Astra
@foreach($riwayat as $item) @if(str_starts_with($item->user->nis, 'A')) @endif @endforeach
Tanggal Nama Santri NIS Tahun Angkatan Al-Qur'an Isi Persentase Qur'an Al-Hadis Isi Persentase Hadis Nilai N Status Aksi
{{ $item->created_at->format('Y-m-d') }} {{ $item->user->name ?? '—' }} {{ $item->user->nis ?? '—' }} {{ $item->tahun_angkatan }} {{ $item->alquran }} {{ number_format(($item->alquran / 606) * 100, 2) }}% {{ $item->alhadis }} {{ number_format(($item->alhadis / 2174) * 100, 2) }}% {{ number_format($item->nilai_n, 2) }} {{ $item->status }} @if($item->munaqosah_status === 'Sedang di Verifikasi')
@csrf
@csrf
@else Selesai @endif
@if(session('success'))
{{ session('success') }}
@endif
Munaqosah Astri
@foreach($riwayat as $item) @if(str_starts_with($item->user->nis, 'I')) @endif @endforeach
Tanggal Nama Santri NIS Tahun Angkatan Al-Qur'an Isi Persentase Qur'an Al-Hadis Isi Persentase Hadis Nilai N Status Aksi
{{ $item->created_at->format('Y-m-d') }} {{ $item->user->name ?? '—' }} {{ $item->user->nis ?? '—' }} {{ $item->tahun_angkatan }} {{ $item->alquran }} {{ number_format(($item->alquran / 606) * 100, 2) }}% {{ $item->alhadis }} {{ number_format(($item->alhadis / 2174) * 100, 2) }}% {{ number_format($item->nilai_n, 2) }} {{ $item->status }} @if($item->munaqosah_status === 'Sedang di Verifikasi')
@csrf
@csrf
@else Selesai @endif
@endsection