@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

Grade
Point

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


@php if($data['basic_info'][0]['degree_code'] == 3){ $degree_duration = "01 (One) Year"; $degree_initial_name = "MASTER OF "; }elseif($data['basic_info'][0]['degree_code'] == 2){ $degree_duration = "o4 (Four) Year (Honours)"; $degree_initial_name = "BACHELOR OF "; } if($data['basic_info'][0]['subject_code'] >= 10 && $data['basic_info'][0]['subject_code'] <= 18 || $data['basic_info'][0]['subject_code'] == 38){ $degree_name = "Arts"; }else if($data['basic_info'][0]['subject_code'] >= 19 && $data['basic_info'][0]['subject_code'] <= 22){ $degree_name = "Social Science"; }else if($data['basic_info'][0]['subject_code'] >= 23 && $data['basic_info'][0]['subject_code'] <= 26){ $degree_name = "Business Adminstration"; }else if($data['basic_info'][0]['subject_code'] >= 27 && $data['basic_info'][0]['subject_code'] <= 37 || $data['basic_info'][0]['subject_code'] == 44){ $degree_name = "Science"; }else if($data['basic_info'][0]['subject_code'] == 45){ $degree_name = "Music"; } @endphp

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

@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 @if($i == 0) @endif @php $i++; @endphp @endforeach @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 @if($j == 0) @endif @php $j++; @endphp @endforeach @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 @if($k == 0) @endif @php $k++; @endphp @endforeach @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 @if($l == 0) @endif @php $l++; @endphp @endforeach

YEAR

COURSE CODE

COURSE TITLE

CREDIT

LETTER
GRADE

YEAR
GPA

1ST

{{ $first['paper_code'] }}

  {{ $first['paper_name'] }}

{{ $first['credit'] }}

{{ $first['letter_grade'] }}

{{ number_format((float)$data['first_year_summary']['cgpa'], 2, '.', '') }}

2ND

{{ $first['paper_code'] }}

  {{ $first['paper_name'] }}

{{ $first['credit'] }}

{{ $first['letter_grade'] }}

{{ number_format((float)$data['second_year_summary']['cgpa'], 2, '.', '') }}

3RD

{{ $first['paper_code'] }}

  {{ $first['paper_name'] }}

{{ $first['credit'] }}

{{ $first['letter_grade'] }}

{{ number_format((float)$data['third_year_summary']['cgpa'], 2, '.', '') }}

4TH

{{ $first['paper_code'] }}

  {{ $first['paper_name'] }}

{{ $first['credit'] }}

{{ $first['letter_grade'] }}

{{ number_format((float)$data['fourth_year_summary']['cgpa'], 2, '.', '') }}


@if($compulsary == 1) @php if($result != 'F'){ $result = 'Pass'; } @endphp
{{ $year }} {{ $paper_code }}   {{ $paper_name }} (NON-CREDIT){{ $result }}
@endif










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

@stop