@extends('pdf.layout') @section('title', 'Certificate') @section('content') @foreach($certificate as $cer)
SL NO - {{ rand(1000000, 9999999)}}

National University

Bangladesh

Provisional Certificate

{{ $cer->degree_group}}

Exam Roll: {{ $cer->exam_roll}}
Reg No: {{ $cer->reg_no}}
Session: {{ $cer->session}}


This is to certify that {{ $cer->name }}
Son/Daughter of {{ $cer->father_name }}
and {{ $cer->mother_name }}
of {{ $cer->college }}
obtained {{ $cer->degree_group }} Degree in {{ $cer->subject }}
under National University in the examination of {{ $cer->exam_year }} with cgpa {{ $cer->cgpa }} OUT OF 4.00.



National University
Bangladesh
Date: {{ date('d-m-Y') }}





Controller of the Examinations
@endforeach @stop