Academic document verification
@if($valid===null)Use the QR code or complete verification link printed on the academic document. Document numbers alone do not reveal private records.
@elseif(!$valid)Verification failed.
@elseThe number and secure token do not identify a valid document.
{{ $record['status']==='revoked' ? 'REVOKED' : 'VALID '.$kind }}
- @foreach(['number'=>'Document number','institution'=>'Institution','holder'=>'Holder initials','programme'=>'Programme','award'=>'Award','issued_at'=>'Issued','status'=>'Status','file_hash'=>'PDF SHA-256'] as $key=>$label)@if(isset($record[$key]))
- {{ $label }}
- {{ $record[$key] }}
Reason: {{ $record['revocation_reason'] }}
@endifVerification intentionally excludes course grades, addresses, emails, and other private academic data.
@endif