@extends('pdf.layout') @section('title', ' Verify Certificate') @section('content') {{-- @foreach(array_chunk($marks, 16) as $chunk) --}}
![]() National UniversityGazipur-1704, BangladeshVerify Certificate |
Reg. No. | {{$result->reg_no}} | Student Name | {{$result->studednt_name}} |
---|---|---|---|
Session | {{$result->session_year}} | College | {{$result->college_name}} |
Father Name | {{$result->father_name}} | Mother Name | {{$result->mother_name}} |
Degree | {{$result->degree_group_name}} | Subject | {{$result->subject_name}} |
Total Credits Earned | {{$result->total_credits_earned}} | CGPA | {{$result->cgpa}} |
Degree Status | @if($result->degree_status == 0) Incompleted @else Completed @endif |
Generated On: {{ \Carbon\Carbon::now()->format('d/m/Y') }}