{{-- --}}

National University, Bangladesh

{{$data['core_exam']->exam_name}} EXAMINATION - {{$data['exam_year']}}

Result Sheet

{{-- --}} {{-- --}} @if($data->result_type != '') {{-- --}} @endif @if ($data->class_result == NULL || $data->class_result == '') @else @endif
Name of Student {{$studentInfo->name}}
Father's Name {{$studentInfo->father_name}}
Mother's Name {{$studentInfo->mother_name}}
College Name [{{$studentInfo->college->college_code}}] {{$studentInfo->college->college_name}}
Exam. Roll {{$data->exam_roll}}
Registration No. {{$studentInfo->reg_no}}
Session {{$studentInfo->ac_session}}
Student Type {{ $studentInfo->student_type == 1 ? "REGULAR" : "IREGULAR" }}
Result Type {{ optional($data->result_type)->result_type_name }}
CGPA {{$data->cgpa!=0 ? $data->cgpa : 'Failed'}}
Total Marks (obtained) @php $total_mark = 0; @endphp @foreach($data['details'] as $key => $item) @php $total_mark += $item->total_mark @endphp @endforeach {{ $total_mark }}
Result {{ $data->class_result }}


@foreach($data['details'] as $key => $item) @endforeach
Course Code Course Title @if ($data->class_result == NULL || $data->class_result == '') Letter Grade @else Obtained Marks @endif
{{$item->paper_code}} {{$item->paper->paper_name}} @if ($data->class_result == NULL || $data->class_result == '') @if($item->credit == 0) {{ $item->letter_grade == 'F' ? 'FAIL' : 'PASS' }} @else {{$item->letter_grade}} @endif @else {{$item->total_mark}} @endif
Published On :   {{$data->created_at}} Sd/-
(Bodruzzaman)
Controller of Examination