|
|
|
|
|
|
|
Roll No. |
: {{ $marks->exam_roll }} |
Reg. No. |
: {{ $marks->reg_no }} |
Session |
: {{ $marks->session }} |
|
|
Marks Certificate |
{{ $marks->degree_group }} Final Examination - {{ request()->get('year') }} |
Subject : {{ $marks->subject }} |
|
|
|
|
Name of Student |
: {{ $marks->name }} |
Father's Name |
: {{ $marks->father_name }} |
Mother's Name |
: {{ $marks->mother_name }} |
Collage Name |
: {{ $marks->college }}, {{ $marks->district_name }} |
|
|
|
|
|
|
|
Course Code
|
Course Title
|
Credit
|
Letter Grade
|
Total Credit
|
CGPA
|
@foreach($marks->combineResultDetails as $res)
{{ $res->course_code }}
|
{{ $res->course_title }}
|
{{ $res->credit }}
|
{{ $res->letter_grade }}
|
@if($i == 0)
{{ $marks->total_credit }}
|
{{ $marks->cgpa }}
|
@endif
@php
$i++;
@endphp
@endforeach
|
|
|
|
|
|
Result Published On : {{ \Carbon\Carbon::parse($marks->updated_at)->format('F j, Y ') }} |
|
|
 }}) |
Controller of Examinations |
|
|
|
|
|
|
|
|
|
|