@vite(['resources/css/app.css', 'resources/js/app.js']) {{-- Header --}}
AC
AcademiaCraft
Sign in →
{{-- Hero --}}
{{-- Badge --}}
Certificate Verification

Verify a
Certificate

Enter the verification code printed on the certificate to confirm its authenticity.

{{-- Form --}}
@csrf
@error('code')

{{ $message }}

@enderror
{{-- Info --}}
@foreach ([['icon' => '◆', 'label' => 'Instant', 'sub' => 'Real-time check'], ['icon' => '◎', 'label' => 'Secure', 'sub' => 'UUID-based'], ['icon' => '✓', 'label' => 'Trusted', 'sub' => 'Official records']] as $item)
{{ $item['icon'] }}
{{ $item['label'] }}
{{ $item['sub'] }}
@endforeach