@if($valid)
Certificate Verified
This certificate is authentic and valid
IPL Foundation IPL
Student Name {{ $certificate->user->name }}
Applicant ID {{ $certificate->user->studentProfile->application_id ?? 'N/A' }}
Course {{ $certificate->course->title }}
Issued On {{ $certificate->issued_at->format('M d, Y') }}
Certificate Code {{ $certificate->certificate_code }}
Download Certificate PDF
@else
Certificate Not Found
We could not verify this certificate

No certificate was found with code {{ $certificateCode }}.

Please check the code and try again. If you believe this is an error, contact IPL Foundation support.

@endif