@extends('pdf.transcript_layout') @section('title', 'Transcript') @section('content') @foreach($transcript as $trans) @php $signature = \App\Models\Eatl\Signature::find(1); $i = 0; @endphp
 
 
 
National University
Bangladesh
15-21-2-021373
 
NUMC 17 - 15-21-2-021373
Roll No. {{ $trans->exam_roll }}
Reg. No. {{ $trans->reg_no }}
Session {{ $trans->session }}
Windows 10 Pro
Academic Transcript
{{ $trans->degree_group }} - {{ $trans->exam_year }}
Subject : {{ $trans->subject }}
Grading System
80% or Above A+ 4.00
75% to < 80% A 3.75
70% to < 75% A- 3.50
65% to < 70% B+ 3.25
60% to < 65% B 3.00
55% to < 60% B- 2.75
50% to < 55% C+ 2.50
45% to < 50% C 2.25
40% to < 45% D 2.00
Below 40% F 0.00
 
Name of Student {{ $trans->name }}
Father's Name : {{ $trans->father_name }}
Mother's Name : {{ $trans->mother_name }}
College Name : {{ $trans->college }}
 
 
  @foreach($trans->resultDetails as $res) @if($i == 0) @endif @php $i++; @endphp @endforeach
Course Code Course Title Credit Letter Grade Earned Credit CGPA
{{ $res->course_code }} {{ $res->course_title }} {{ $res->credit }} {{ $res->letter_grade }} {{ $trans->total_credit }} {{ $trans->cgpa }}
 
 
 
 
Result Published On : {{ ($trans->updated_at)->format('l jS \of F Y') }}
 
Controller of Examinations
 
 
 
 
 
N.B. The Marks Certificate is issued without any correction or overwriting.
 
 
@include('include.page_break') @endforeach @stop