| Subject | Total Marks | Grade | @if($template->show_subject_positions)Position | @endifInterpretation |
|---|---|---|---|---|
| {{ $result->subject->name }} | {{ number_format($result->total_marks, 1) }} | {{ $result->grade }} | @if($template->show_subject_positions){{ $result->subject_position_in_class }}/{{ $result->total_students }} | @endif@php $gradeRange = $gradingScale->gradeRanges->firstWhere('grade', $result->grade); @endphp {{ $gradeRange->interpretation ?? '-' }} |