Print
@if(isset($generalSetting->logo)) @endif

{{$generalSetting->institute}}

Department of Examination

provisional statement

of marks

for

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

@if($student->subjects && $student->subjects->count() > 0) @php($i=1) @foreach($student->subjects as $subject) @php($i++) @endforeach @endif
SN SUBJECT CODE SUBJECT TITLE FULL MARK PASS MARK OBTAINED MARK TOTAL REMARK
TH PR TH PR TH PR
{{ $i }} {{ViewHelper::getSubjectCodeById($subject->subjects_id)}} {{ViewHelper::getSubjectById($subject->subjects_id)}} {{$subject->full_mark_theory?$subject->full_mark_theory:'-'}} {{$subject->full_mark_practical?$subject->full_mark_practical:'-'}} {{$subject->pass_mark_theory?$subject->pass_mark_theory:'-'}} {{$subject->pass_mark_practical?$subject->pass_mark_practical:'-'}} {{$subject->obtain_mark_theory?$subject->obtain_mark_theory.$subject->th_remark:'-'}} {{$subject->obtain_mark_practical?$subject->obtain_mark_practical.$subject->pr_remark:'-'}} {{$subject->total_obtain_mark?$subject->total_obtain_mark:'-'}} {{$subject->remark?$subject->remark:''}}
TOTAL {{$student->subjects->sum('full_mark_theory')?$student->subjects->sum('full_mark_theory'):'-'}} {{$student->subjects->sum('full_mark_practical')?$student->subjects->sum('full_mark_practical'):'-'}} {{$student->subjects->sum('pass_mark_theory')?$student->subjects->sum('pass_mark_theory'):'-'}} {{$student->subjects->sum('pass_mark_practical')?$student->subjects->sum('pass_mark_practical'):'-'}} {{$student->total_mark_theory?$student->total_mark_theory:'-'}} {{$student->total_mark_practical?$student->total_mark_practical:'-'}} {{$student->total_obtain?$student->total_obtain:'-'}} {{number_format((float)$student->percentage, 2, '.', '').'%'}} @php($remark = $student->subjects->pluck('remark')->toArray()) @php($pr_remark = $student->subjects->pluck('pr_remark')->toArray()) @if(in_array('*',$remark) || in_array('*',$pr_remark)) [Fail] @else [Pass] @endif @if(in_array('*',$remark) || in_array('*',$pr_remark)) @else
Rank: {{ ViewHelper::getStudentRankingInExam($data['year'], $data['month'], $data['exam'],$data['faculty'], $data['semester'], $student->id) }} @endif
Position on Total:{{$student->Position}}
Abbreviations | TH:Theory,PR:Practical, *:Missing, *N:Negative,AB*:Absent, REM:Remark
{{\Carbon\Carbon::now()->format('Y-m-d')}}
Print Date

 Controller of Examination