@extends('layouts.app') @section('content')
@if($valid)
Verified Authentic NGBVD Report
The report verification signature is valid.
@else
Verification Failed
The report authenticity signature is invalid or has been altered.
@endif
Report Type {{ $type }}
Reference {{ $reference }}
Verification Time {{ $verifiedAt->format('Y-m-d H:i:s') }}
Status {{ $valid ? 'Authentic' : 'Invalid' }}

This page confirms whether the QR code and digital signature were generated by the National Gender Based Violence Database.

@endsection