{{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:'hello@aorasoft.com'}}
@lang('common.academic_year') : {{ @$class->academic->year }}
@lang('exam.exam') : {{$exam_name}}
@lang('common.class') : {{$class_name}}
@lang('common.section') : {{$section->section_name}}
{{$subject->subject->subject_name}}
@lang('common.name') | @lang('student.admission_no') | @lang('student.roll_no') | @lang('reports.position') | {{--@lang('common.total_mark') | --}} {{--@lang('common.obtained_marks') | --}}@lang('exam.total_mark') | @if(generalSetting()->result_type == 'mark')@lang('exam.average') | @else@lang('reports.gpa') | @endif @foreach($subjectlist as $subject){{$subject}} | @endforeach
---|---|---|---|---|---|---|---|---|---|
{{$row->student_name}} | {{$row->admission_no}} | {{$row->studentinfo->roll_no}} | {{@getStudentMeritPosition($InputClassId, $InputSectionId, $InputExamId, $row->studentinfo->studentRecord->id)}} | {{$row->total_marks}} | @if(generalSetting()->result_type == 'mark'){{ number_format(($row->total_marks / count($markslist)),2) }} | @else{{$row->gpa_point}} | @endif @if(!empty($markslist)) @foreach($markslist as $mark) @php $subject_mark[]= $mark; $total_student_mark = $total_student_mark + $mark; $total = $total + $subject_total_mark; @endphp{{!empty($mark)? $mark:0}} | @endforeach @endif {{--{{$total}} | --}}
@lang('reports.date_of_publication_of_result') : {{dateConvert(@$exam_content->publish_date)}} |
({{@$exam_content->title}}) |