RP

{{ __('Certificate Verification') }}

🚫

{{ __('Certificate Revoked') }}

{{ __('This certificate has been revoked 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') }}

{{ __('Status') }}

{{ __('Revoked') }}
@if($certificate->revocationRecord)

{{ __('Revocation Reason') }}

{{ $certificate->revocationRecord->reason }}

{{ __('Revoked on') }} {{ $certificate->revocationRecord->revoked_at?->format('M d, Y H:i') }}

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