@php use App\Models\Grade; use App\Models\Division; @endphp
{{ $session->name }} | Exam: {{ $exam->name }}
@if($department)Department: {{ $department->name }}
@endif| # | Subject | Mark | Grade | Point |
|---|---|---|---|---|
| {{ $i++ }} | {{ $subject['name'] }} | {{ $subject['mark'] ?? '-' }} | {{ $subject['grade'] }} | {{ $subject['point'] }} |
Total Marks (Best 7): {{ $row['total_marks'] }} | Total Points: {{ $row['total_points'] }} | GPA: {{ $row['gpa'] }} | Division: {{ $row['division'] }}
@endforeach