@extends('frontend.layouts.app') @push('headScript') @endpush @section('content')
Background
Background Ellipses
الرئيسية
البحث عن شهادة
عرض الشهادة

عرض الشهادة

يمكنك البحث سريعا عن اي شيء تريده

{{ $certificate->Course?->Category?->name }}

{{ $certificate->Course?->en_name }} Certificate

Instructor: {{ $certificate->Course?->Instructor?->en_name }}
Provided by: EBU University
Code: #{{ $certificate->serial_number }}
Issue Date: {{ $certificate->createdtime->format('d/m/Y') }}
@include('frontend.include.certificate-design-en')
Print Certificate PDF

or share your certificate via:

@php $currentUrl = urlencode(url()->current()); @endphp
@endsection @push('footerScript') @endpush