qrCode

Certificate

Of {{ $certificate?->certificate_title ?? 'Achievement' }}

{{ $certificate?->certificate_short_text ?? 'This Certificate is Proudly Presented to' }}

{{ $studentName }}

@php $styledCourseTitle = "$courseTitle"; $description = str_replace('{course_name}', $styledCourseTitle, $certificate?->certificate_text); @endphp

{!! $description ?? 'You have successfully completed the course' !!}

@if ($instructor->signature_id) @else

{{ $instructor?->name ?? 'Fahim Hossain Munna' }}

@endif

{{ $instructorTitle ?? 'Honorable Mentor' }}

@if ($certificate?->author_signature_id != null) @else

{{ $certificate?->author_name ?? $appName }}

@endif

{{ $certificate?->author_name ?? $appName }} , {{ $certificate?->author_designation }}