@extends('pdf.layout')
@section('title', 'Result Logic')
@section('content')
@php
$i = 1;
@endphp
@include('include.report_header')
Result Logic of {{ $exam_name}} & Year-{{ request()->get('exam_year') }}
SL. | Result Type Name | Pass Status | Theory Pass Count | Fail Count | Absent Count | Is Reported | Is Withheld | Is Incourse Withheld | Is Cancelled |
---|---|---|---|---|---|---|---|---|---|
{{ $i }} | {{ $item['result_type_name'] }} | {{ $item['all_passed'] }} | {{ $item['passed_count'] }} | {{ $item['failed_count'] }} | {{ $item['absent_count'] }} | {{ $item['is_reported'] }} | {{ $item['is_withheld'] }} | {{ $item['is_incourse_withheld'] }} | {{ $item['is_cancelled'] }} |
_____________________________
Controller of Examination
National University
Bangladesh