L
Learnyst

Verify Certificate

Enter certificate number to verify authenticity

@if(request()->filled('number')) @if($certificate)
Valid Certificate
Certificate #
{{ $certificate->certificate_number }}
Issued To
{{ $certificate->user?->name }}
Course
{{ $certificate->course?->title ?? '—' }}
Issued On
{{ $certificate->issued_at?->format('M d, Y') }}
@else
No certificate found with this number. Please check and try again.
@endif @endif