@extends('pdf.layout') @section('title', 'Mark Sheet') @section('content') @foreach($mark_sheet as $mark)

SL NO - NUD 0128199
Roll No: {{ $mark->exam_roll }}
Reg No: {{ $mark->reg_no }}
Session: {{ $mark->session }}

National University
Bangladesh

Marks Certificate
{{ $mark->degree_group }} - {{ $mark->exam_year }}
Subject: {{ $mark->subject }}


Name of Student : {{ $mark->name }}
Father's Name : {{ $mark->father_name }}
Mother's Name : {{ $mark->mother_name }}
College Name : {{ $mark->college }}


@foreach($mark->resultDetails as $res) @endforeach
Course Code Course Title Credit Full
Mark
Obtain
Mark
Letter
Grade
{{ $res->course_code }} {{ $res->course_title }} {{ $res->credit }} {{ $res->full_mark }} {{ $res->obtain_mark }} {{ $res->letter_grade }}
Total Credit {{ $mark->total_credit }}
Total Mark {{ $mark->total_mark }}
CGPA {{ $mark->cgpa }}



Result Published On: {{ $mark->updated_at }}




Controller of Examinations

@endforeach @stop