@php
$classTypeId = isset($my_class) ? $my_class->class_type_id : (optional($subjects->first())->my_class_id ? optional(\App\Models\MyClass::find(optional($subjects->first())->my_class_id))->class_type_id : null);
@endphp
| 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 |
@if($classTypeId != 1 && $classTypeId != 2)SUBJECT POSITION | @endif
REMARKS |
@foreach($subjects as $sub)