{{isset(generalSetting()->address)?generalSetting()->address:'Infix School Adress'}}
@lang('common.email'): {{isset(generalSetting()->email)?generalSetting()->email:'hello@aorasoft.com'}} , @lang('common.phone'): {{isset(generalSetting()->phone)?generalSetting()->phone:'+96897002784'}}
@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('reports.remarks') | |
---|---|---|---|---|---|---|---|---|---|
{{$data->studentRecords->student->full_name}} | {{$data->studentRecords->student->admission_no}} | {{$data->studentRecords->student->roll_no}} | {{$loop->iteration}} | @if($exam_rule){{subject100PercentMark()}} | @else{{@subjectFullMark($data->exam_type_id, $data->subject->id)}} | @endif{{$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}} |