RP

{{ __('Certificate Verification') }}

{{ __('Certificate Expired') }}

{{ __('This certificate has passed its expiry date and is no longer valid.') }}

{{ __('Student Name') }}

{{ $certificate->user->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') }}

{{ __('← Verify Another Certificate') }}