| {{ $index + 1 }} |
{{ $row['siswa']->nama }} |
@foreach($mapels as $m)
@php
$nilai = $row['nilai_per_mapel'][$m->id] ?? 0;
@endphp
{{ $nilai > 0 ? $nilai : '' }}
|
@endforeach
{{ number_format($row['rata_rata_total'], 1) }} |
{{ $row['total_skor'] }} |
@endforeach