{{ $report->watermarkText ?? 'NCVSI VERIFIED' }}

NCVSI — Verification Report

Nigeria Credentials Verification System — Official Document

Reference: {{ $report->referenceNumber }}

Candidate Information

@foreach ($report->candidateInfo ?? [] as $key => $value) @if ($value) @endif @endforeach
{{ ucfirst(preg_replace('/([A-Z])/', ' $1', $key)) }}{{ $value }}
@if (!empty($report->institutionConfirmation))

Institution Confirmation

@foreach ($report->institutionConfirmation as $key => $value) @if ($value) @endif @endforeach
{{ ucfirst(preg_replace('/([A-Z])/', ' $1', $key)) }}{{ $value }}
@endif @if (!empty($report->licenseStatus))

License Status

@foreach ($report->licenseStatus as $key => $value) @if ($value) @endif @endforeach
{{ ucfirst(preg_replace('/([A-Z])/', ' $1', $key)) }}{{ $value }}
@endif

Verification Result

Final Result{{ $report->finalResult }}
Report Type{{ $report->type }}
Generated By{{ $report->generatedBy }}
Generated At{{ optional($report->createdAt)->format('d M Y, H:i') }}
@if (!empty($report->qrCode))

Scan to validate this report

QR Code
@endif