LAPORAN HASIL BELAJAR

(RAPOR)

Kelas : {{ $className }} Semester : 1 (Satu)
Fase : - Tahun Pelajaran : {{ $academicYear }}
Mata Pelajaran : {{ $subject }}
@foreach ($grades as $index => $grade) @endforeach
No Muatan Pelajaran Nilai Akhir Capaian Kompetensi
{{ $index + 1 }}
{{ $grade->subject->name ?? '-' }}
 
{{ round($grade->final_score) }}
@if ($grade->description_highest)
{{ $grade->description_highest }}
@endif @if ($grade->description_highest && $grade->description_lowest)
@endif @if ($grade->description_lowest)
{{ $grade->description_lowest }}
@endif