@extends('pdf.layout')
@section('title', 'Exam Summary')
@section('content')
@include('include.report_header')
{{$exam->exam_name}} {{ request()->get('year') }}
Date: {{ \Carbon\Carbon::now()->format('d-m-Y') }}
GRADES | GRADE POINT | STUDENT NO | SEMESTER | EXAM YEAR |
---|---|---|---|---|
{{$res->letter_grade}} | {{$res->grade_point}} | {{$res->examinee}} | {{substr($exam_code, -1)}} | {{$exam_year}} |
TOTAL | ABSENT STUDENT | {{$absent_examinee}} | {{substr($exam_code, -1)}} | {{$exam_year}} |
TOTAL | STUDENT | {{$total_examinee}} | {{substr($exam_code, -1)}} | {{$exam_year}} |
PASSING PERCENTAGE - {{$percentage}}%
--------------------------- A.P. |
--------------------------- SSA |
--------------------------- DICT |
--------------------------- Deputy Controller |
--------------------------- Controller of Examination |