{{-- resources/views/public/verify-result.blade.php --}} Verification Result — MCSS
{{-- Valid banner --}}
Transcript Verified

This is an authentic MCSS document.

{{-- Student --}}
Student
{{ $log->student->full_name }}
{{ $log->student->mcss_student_id }}
Issued By
{{ $log->issuedBy->name }}
{{ optional($log->school)->name ?? 'MCSS Central' }}
Date Issued
{{ $log->issued_at->format('F d, Y H:i') }}
Purpose
{{ $log->purpose ?? '—' }}
Valid Until
@if($log->expires_at) {{ $log->expires_at->format('F d, Y') }} @if($log->expires_at->isPast()) Expired @endif @else No expiry @endif
Verification Code: {{ $log->verification_code }}