@extends('layouts.app') @section('title', $certificate->course_title . ' — Certificate') @push('head') @endpush @section('content')
Certificate of Completion
This is to certify that
{{ $certificate->issued_to_name }}
has successfully completed
{{ $certificate->course_title }}
Awarded by
{{ $certificate->awarding_body }}
The PDF is being generated and usually lands within a minute. Your certificate is already verifiable at the link above.
@endunless