@extends('pdf.layout') @section('title', 'Transcript') @section('content') @foreach($transcript as $trans)
SL NO - NUD 0128199
Roll No: {{ $trans->exam_roll }}
Reg No: {{ $trans->reg_no }}
Session: {{ $trans->session }}
National University
Bangladesh
Transcript
{{ $trans->degree_group }} - {{ $trans->exam_year }}
Subject: {{ $trans->subject }}
Name of Student : {{ $trans->name }}
Father's Name : {{ $trans->father_name }}
Mother's Name : {{ $trans->mother_name }}
College Name : {{ $trans->college }}
Course Code | Course Title | Credit | Letter Grade |
---|---|---|---|
{{ $res->course_code }} | {{ $res->course_title }} | {{ $res->credit }} | {{ $res->letter_grade }} |
Total Credit | {{ $trans->total_credit }} | ||
Cgpa | {{ $trans->cgpa }} |
Result Published On: {{ $trans->updated_at }}
Controller of Examinations