@extends('frontend.layouts.student-dashboard') @section('meta') @endsection @section('content')
@if ($certificate->show_number == 'yes')

{{ $certificate->certificate_number }}

@endif
{{ $certificate->title }}
@if ($certificate->show_date == 'yes')
{{ __('Issue Date')}}: {{ $studentCertificate->created_at->format(get_option('app_date_format')) }}
{{ __('Certificate ID') }}: {{ $studentCertificate->certificate_number }}
@endif @if ($certificate->show_student_name == 'yes')
{{ $student ? $student->name : '' }} {{ !empty($course->abbreviation) && $course->abbreviation != null ? $course->abbreviation : '' }}
@endif

{{ $certificate->body }}

@if ($certificate->role_2_show == 'yes')
@if ($certificate->role_2_signature)
Signature 2
@endif

{{ $certificate->role_2_title }}

@endif @if ($certificate->role_1_show == 'yes')
@if ($certificate->role_1_signature)
Signature 2
@endif

{{ $certificate->role_1_title }}

@endif
Issued by:

OKR Institute

Issue Date:

{{ $studentCertificate->created_at->format(get_option('app_date_format')) }}

Expiry Date:

This certificate will never expire.

Certificate ID:

{{ $studentCertificate->certificate_number }}

About The Course

...

{{$course->title}}

Read More
@endsection @push('script') @endpush