Print Certificate
Download PDF
@isset($certificate)
{{--
Mr. {{ $certificate->name }} has completed the {{ $certificate->course_name }} course.
--}} {{ $certificate->body }}
Completed on: {{ $certificate->completion_date }}
@else
The certificate is not ready yet or this unique key is not valid.
@endisset