{{Auth::user()->school->name}}

{{Auth::user()->school->address}}

{{Auth::user()->school->name}}

@lang('Fail List')


@php $cName = subjectOrCourseNameWithOutS(); $className = school('country')->code == 'BD' ? 'Class' : 'Grade'; @endphp
@foreach($results as $result) @if (!empty($result->group)) @endif @break @endforeach
{{$className}} : {{$result->class_name}} @lang('Section') : {{$result->section_number}}@lang('Group') : {{$result->group}}@lang('Exam') : {{$result->exam->exam_name}} @lang('Session') : {{getSessionById($result->exam->session_id,'schoolyear')}}
@foreach($positions as $step => $position) @foreach($results as $result) @if($result->student_code == $position['student_code']) @break @endif @endforeach @endforeach
@lang('SI') @lang('Student Code') @lang('Name') @lang("Father's Name") @lang("Mother's Name") @lang("Roll") @lang("Subject") @lang("Marks")
{{$step+1}} {{$result->student_code}} {{$result->name}} {{$result->father_name}} {{$result->mother_name}} {{$result->class_roll}} {{$position['fail']}} {{$position['student_mark']}}