Print
@include('print.includes.institution-detail')

Department of Examination

{{ ViewHelper::getExamById($data['exam']) }} - {{ ViewHelper::getYearById($data['year']) }}

GRADE - SHEET

@include('print.includes.studentinfo')
{{----}} @if($student->subjects && $student->subjects->count() > 0) @php($i=1) @foreach($student->subjects as $subject) {{----}} @endforeach @endif
SN SUBJECT / COURSE CREDIT OBTAINED GRADE GRADE POINTREMARK
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_grade)?$student->gpa_grade:'' }} GRADE POINT AVERAGE : {{isset($student->gpa_average)?$student->gpa_average:''}} REMARK : {{isset($student->gpa_remark)?$student->gpa_remark:''}}
Abbreviations | TH:Theory,PR:Practical,*AB:Absent,*NG:No Grade,*MG:Missing Grade, *MP:Missing Point Rank : {{$student->rank}}

DETAILS OF GRADE SHEET

@if($data['grade-scale-range'] && $data['grade-scale-range']->count() > 0) @php($sn=1) @foreach($data['grade-scale-range'] as $gradingScale) @endforeach @endif
SN Interval in Percent Grade Description Grade Point
{{ $sn++ }} {{ $gradingScale->percentage_from.' to '.$gradingScale->percentage_to }} {{ $gradingScale->name }} {{ $gradingScale->description }} {{ $gradingScale->grade_point }}
Class Teacher Controller of Examination
Date of Issue : {{ \Carbon\Carbon::parse(now())->format('Y-m-d')}}