@include('print.includes.institution-detail')
Department of Examination
GRADE - SHEET
@include('print.includes.studentinfo')
SN | SUBJECT / COURSE | CREDIT | OBTAINED GRADE | GRADE POINT | {{--REMARK | --}}|||
---|---|---|---|---|---|---|---|---|
CODE | TITLE | THEORY | PRACTICAL | FINAL GRADE | ||||
{{ $i }} | {{ViewHelper::getSubjectCodeById($subject->subjects_id)}} | {{ViewHelper::getSubjectById($subject->subjects_id)}} | {{ViewHelper::getSubCreditById($subject->subjects_id)}} | {{$subject->obtain_score_theory?$subject->obtain_score_theory:'-'}} | {{$subject->obtain_score_practical?$subject->obtain_score_practical:'-'}} | {{$subject->final_grade?$subject->final_grade:'-'}} | {{$subject->grade_point?$subject->grade_point:'-'}} | {{--{{$subject->remark?$subject->remark:'-'}} | --}}AVERAGE GRADE : {{ isset($student->gpa_average)?$student->gpa_average:'' }} | GRADE POINT AVERAGE : {{isset($student->gpa_point)?$student->gpa_point:''}} | REMARK : {{isset($student->remark)?$student->remark:''}} |
Abbreviations | TH:Theory,PR:Practical,*AB:Absent,*NG:No Grade,*MG:Missing Grade, *MP:Missing Point
Date of Result Publication : {{ \Carbon\Carbon::parse(now())->format('Y-m-d')}}
{{-- Date of Issue : {{ \Carbon\Carbon::parse(now())->format('Y-m-d')}}--}} |
Controller of Examination |