@extends('pdf.layout') @section('title', ' Verify Certificate') @section('content') {{-- @foreach(array_chunk($marks, 16) as $chunk) --}}

National University

Gazipur-1704, Bangladesh

Verify Certificate

@if(!isset($result->degree_status))

Data not found.

@else

Certificate Status: @if($result->degree_status == 0) Incompleted @else Completed @endif

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
@endif

Generated On: {{ \Carbon\Carbon::now()->format('d/m/Y') }}

{{-- @endforeach --}} @stop