@extends('layouts.app') @section('title', 'Riwayat Hafalan — ' . $student->name) @section('content')
Ayat per Hari
Ringkasan
| # | Surah | Ayat | Jenis | Grade | Catatan |
|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $rec->quranMaster->surah_name ?? '-' }} | {{ $rec->ayat_start }}-{{ $rec->ayat_end }} | {{ $rec->activity_type === 'ZIADAH' ? 'Ziadah' : 'Murajaah' }} | @php $p = \App\Models\TahfidzRecord::scoreToPredikat($rec->score); @endphp {{ $rec->score }} ({{ $p }}) | {{ $rec->notes ?? '-' }} |
Belum ada riwayat hafalan untuk siswa ini.