{{-- Header --}}
RP

{{ __('Certificate Verification') }}

{{ __('Verify the authenticity of RP Learning Portal certificates') }}

{{-- Verified Certificate --}}

{{ __('Certificate Verified') }}

{{ __('This certificate is authentic and issued by RP Learning Portal') }}

{{ __('Student Name') }}

{{ $certificate->user->name ?? $certificate->user?->first_name . ' ' . $certificate->user?->last_name ?? 'N/A' }}

{{ __('Certificate Title') }}

{{ $certificate->title }}

{{ __('Issued Date') }}

{{ $certificate->issued_at->format('M d, Y') }}

{{ __('Expiry Date') }}

{{ $certificate->expires_at?->format('M d, Y') ?? 'No expiry' }}

{{ __('Template') }}

{{ $certificate->templateVersion?->name ?? 'Standard' }}

{{ __('Status') }}

{{ ucfirst($certificate->status) }}

{{ __('Certificate UUID') }}

{{ $certificate->uuid }}

{{-- Trust Badge --}}
🔒 {{ __('Cryptographically verified. This certificate has not been tampered with.') }}
{{-- Back to Search --}}
{{ __('← Verify Another Certificate') }}