{{ __('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') }}{{ __('Revocation Reason') }}
{{ $certificate->revocationRecord->reason }}
{{ __('Revoked on') }} {{ $certificate->revocationRecord->revoked_at?->format('M d, Y H:i') }}