No marks recorded for this student.
@else {{-- Marks Table --}}| Subject | Marks | Grade | Best | Best Student |
|---|---|---|---|---|
| {{ $row['subject_name'] }} @if ($row['contribution']) @php $c = $row['contribution']; @endphp নিজের: {{ $c['own_marks'] }}/{{ $c['own_total'] }} + {{ $c['source_name'] }} ({{ $c['source_percent'] }}%): {{ $c['contributed_marks'] }} @if ($c['breakdown']) (সেরা: {{ $c['breakdown'] }}) @endif @endif | {{-- Marks --}}@if ($row['is_absent']) Absent @else {{ $row['total_marks'] }} @endif | {{-- Grade --}}@if ($row['grade_label']) @php $gc = $row['grade_color']; @endphp {{ $row['grade_label'] }} @else — @endif | {{-- Best Marks --}}{{ $row['best_marks'] ?? '—' }} | {{-- Best Student --}}@if ($row['best_students']) {{ $row['best_students'] }} @else — @endif |