@extends('pdf.layout') @section('title', 'Transcript') @section('content') {{-- dd($data) --}} @php $year = ''; $paper_code = ''; $paper_name = ''; $result = ''; $compulsary = 0; $i = 0; $j = 0; $k = 0; $l = 0; @endphp
Lett: NU/Con/Trans/{{ request()->get('exam_code') }}/{{ request()->get('year') }}/
NATIONAL UNIVERSITY
BANGLADESH
ACADEMIC TRANSCRIPT
GRADING SYSTEM |
||
Numerical grade |
Letter |
Grade |
80% and Above |
A+ |
4.00 |
75% to less than 80% |
A |
3.75 |
70% to less than 75% |
A- |
3.50 |
65% to less than 70% |
B+ |
3.25 |
60% to less than 65% |
B |
3.00 |
55% to less than 60% |
B- |
2.75 |
50% to less than 55% |
C+ |
2.50 |
45% to less than 50% |
C |
2.25 |
40% to less than 45% |
D |
2.00 |
Below 40% |
F |
0.00 |
Name of the Student |
:   |
{{ $data['basic_info'][0]['student_name'] }} |
Father's Name |
:   |
{{ $data['basic_info'][0]['father_name'] }} |
Mother's Name |
:   |
{{ $data['basic_info'][0]['mother_name'] }} |
Name of Institution |
:   |
{{ $data['basic_info'][0]['name_of_college'] }}, {{ $data['basic_info'][0]['district_name'] }} |
Entrance Qualification |
:   |
HIGHER SECONDARY CERTIFICATE EXAMINATION |
Degree Conferred |
:   |
{{ $degree_initial_name }} {{ strtoupper($degree_name) }} |
Discipline/Subject |
:   |
{{ $data['basic_info'][0]['subject_name'] }} |
Duration of Course |
:   |
04 (Four) Year (Honours) |
Examination Roll No. |
:   |
{{ $data['basic_info'][0]['exam_roll'] }} |
Registration No. |
:   |
{{ $data['basic_info'][0]['reg_no'] }} |
Session |
:   |
{{ $data['basic_info'][0]['session'] }} |
Year of Passing |
:   |
{{ request()->get('year') }} |
Earned Credit |
:   |
{{ $data['basic_info'][0]['earned_credit'] }} Out of {{ $data['basic_info'][0]['total_credit'] }} |
CGPA |
:   |
{{ number_format((float)$data['basic_info'][0]['cgpa'], 2, '.', '') }} Out of 4.00 |
Academic Attainments
YEAR |
COURSE CODE |
COURSE TITLE |
CREDIT |
LETTER |
YEAR |
1ST |
@foreach($data['first_year_result_details'] as $first)
@php
if($first['credit'] == 0){
$year = '1ST';
$paper_code = $first['paper_code'];
$paper_name = $first['paper_name'];
$result = $first['letter_grade'];
$compulsary = 1;
}
@endphp
{{ $first['paper_code'] }} |
  {{ $first['paper_name'] }} |
{{ $first['credit'] }} |
{{ $first['letter_grade'] }} |
@if($i == 0)
{{ number_format((float)$data['first_year_summary']['cgpa'], 2, '.', '') }} |
@endif
@php
$i++;
@endphp
2ND |
@foreach($data['second_year_result_details'] as $first)
@php
if($first['credit'] == 0){
$year = '2ND';
$paper_code = $first['paper_code'];
$paper_name = $first['paper_name'];
$result = $first['letter_grade'];
$compulsary = 1;
}
@endphp
{{ $first['paper_code'] }} |
  {{ $first['paper_name'] }} |
{{ $first['credit'] }} |
{{ $first['letter_grade'] }} |
@if($j == 0)
{{ number_format((float)$data['second_year_summary']['cgpa'], 2, '.', '') }} |
@endif
@php
$j++;
@endphp
3RD |
@foreach($data['third_year_result_details'] as $first)
@php
if($first['credit'] == 0){
$year = '3RD';
$paper_code = $first['paper_code'];
$paper_name = $first['paper_name'];
$result = $first['letter_grade'];
$compulsary = 1;
}
@endphp
{{ $first['paper_code'] }} |
  {{ $first['paper_name'] }} |
{{ $first['credit'] }} |
{{ $first['letter_grade'] }} |
@if($k == 0)
{{ number_format((float)$data['third_year_summary']['cgpa'], 2, '.', '') }} |
@endif
@php
$k++;
@endphp
4TH |
@foreach($data['fourth_year_result_details'] as $first)
@php
if($first['credit'] == 0){
$year = '4TH';
$paper_code = $first['paper_code'];
$paper_name = $first['paper_name'];
$result = $first['letter_grade'];
$compulsary = 1;
}
@endphp
{{ $first['paper_code'] }} |
  {{ $first['paper_name'] }} |
{{ $first['credit'] }} |
{{ $first['letter_grade'] }} |
@if($l == 0)
{{ number_format((float)$data['fourth_year_summary']['cgpa'], 2, '.', '') }} |
@endif
@php
$l++;
@endphp
{{ $year }} | {{ $paper_code }} |   {{ $paper_name }} (NON-CREDIT) | @php if($result != 'F'){ $result = 'Pass'; } @endphp{{ $result }} |
Result Published Date     :   {{ \Carbon\Carbon::parse($data['fourth_year_summary']['publish_date'])->format('F j, Y ') }}
Generated on: {{ date('F j, Y ') }} by NU EMS
Controller of Examinations
National University
Bangladesh
E-mail: controller@nu.ac.bd