S/N |
SUBJECTS |
@if($ex->exam_type == 'mid-term-exam')
PAPER1 ({{$ex->class_score}}%) |
PAPER2 ({{$ex->exam_score}}%) |
TOTAL (100%) |
@elseif($ex->exam_type == 'mock-exam')
OBJECTIVES ({{$ex->class_score}}%) |
SUBJECTIVES ({{$ex->exam_score}}%) |
TOTAL (100%) |
@else
CA ({{$ex->class_score}}%) |
EXAMS ({{$ex->exam_score}}%) |
TOTAL (100%) |
@endif
{{--@if($ex->term == 3) --}}{{-- 3rd Term --}}{{--
TOTAL (100%) 3RD TERM |
1ST TERM |
2ND TERM |
CUM (300%) 1ST + 2ND + 3RD |
CUM AVE |
@endif--}}
GRADE |
SUBJECT POSITION |
REMARKS |
@foreach($subjects as $sub)