@lang('exam.exam') : {{$examInfo->title}}

@if(isset($subjectInfo->subject_name))

@lang('exam.subject') : {{$subjectInfo->subject_name}}

@endif @if(moduleStatusCheck('University'))

@lang('university::un.semester') : {{$data['semester']}} - {{$data['semester_label']}} ({{$data['session']}})

@else

@lang('common.class') : {{@$classInfo->class_name}} ({{@$sectionInfo->section_name}})

@endif

{{isset(generalSetting()->school_name)?generalSetting()->school_name:'Infix School Management ERP'}}

{{isset(generalSetting()->address)?generalSetting()->address:'Infix School Address'}}
@lang('common.email'): {{isset(generalSetting()->email)?generalSetting()->email:'hello@aorasoft.com'}}, @lang('common.phone'): {{isset(generalSetting()->phone)?generalSetting()->phone:'+96897002784 '}}

@lang('exam.marksheet_report')

@foreach($mark_sheet as $data) @php if(moduleStatusCheck('University')){ $totalMark = subjectPercentageMark(@$data->total_marks, @subjectFullMark($data->exam_type_id, $data->un_subject_id, $data->class_id, $data->section_id)); }else{ $totalMark = subjectPercentageMark(@$data->total_marks, @subjectFullMark($data->exam_type_id, $data->subject_id, $data->class_id, $data->section_id)); } $evaluation= markGpa($totalMark); @endphp @if($exam_rule) @else @endif @endforeach
@lang('common.student_name') @lang('student.admission_no') @lang('student.roll_no') @lang('exam.position') @lang('exam.total_mark') @lang('academics.pass_mark') @lang('exam.obtained_mark') @lang('exam.result') @lang('exam.grade')
{{$data->studentRecords->student->full_name}} {{$data->studentRecords->student->admission_no}} {{$data->studentRecords->student->roll_no}} {{$loop->iteration}}{{subject100PercentMark()}}{{@subjectFullMark($data->exam_type_id, $data->subject->id)}}{{$pass_mark}} @if($exam_rule) {{$totalMark}} @else {{@$data->total_marks}} @endif @if ($pass_mark <= $totalMark) @lang('exam.pass') @else @lang('exam.fail') @endif {{$evaluation->description}}