{{ __('Verify the authenticity of RP Learning Portal certificates') }}
{{ __('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 }}