diff --git a/resources/views/pages/admin/data-santri.blade.php b/resources/views/pages/admin/data-santri.blade.php index 3168270..f8481cc 100644 --- a/resources/views/pages/admin/data-santri.blade.php +++ b/resources/views/pages/admin/data-santri.blade.php @@ -28,9 +28,26 @@
Munaqosah Santri
- +
+ + + + + +
@@ -98,104 +115,183 @@
+ + + +
- - + @if(session('success')) +
+ {{ session('success') }} +
+ @endif - +
+
+
+
Munaqosah Astra
+ +
- - - - - - - - + +
+ + + + + + + + + + + + + + + + + + @foreach($riwayat as $item) + @if(str_starts_with($item->user->nis, 'A')) + + + + + + + + + + + +
TanggalNama SantriNISTahun AngkatanAl-Qur'an IsiPersentase Qur'anAl-Hadis IsiPersentase HadisNilai NStatusAksi
{{ $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 / 1997) * 100, 2) }}%{{ number_format($item->nilai_n, 2) }}{{ $item->status }} + @if($item->munaqosah_status === 'Sedang di Verifikasi') + +
+ @csrf + +
- + + + +
-
@@ -203,5 +299,115 @@ className: 'buttons-excel', + + + + + + + + + + + + + + + + + + @endsection \ No newline at end of file diff --git a/resources/views/pages/auth/login.blade.php b/resources/views/pages/auth/login.blade.php index 4081f0c..20520d2 100644 --- a/resources/views/pages/auth/login.blade.php +++ b/resources/views/pages/auth/login.blade.php @@ -1,5 +1,5 @@ @extends('layouts.app-none') -@section('title', 'Login | SR Klasifikasi') +Login | SR Klasifikasi @section('content')