@extends('layouts.responsive') @section('title', 'BVN Verification') @section('content')

BVN Verification

Enter your Bank Verification Number to verify your identity instantly and securely

@csrf
@error('bvn')

{{ $message }}

@enderror
@error('first_name')

{{ $message }}

@enderror
@error('last_name')

{{ $message }}

@enderror
@error('date_of_birth')

{{ $message }}

@enderror
Back to KYC

Security & Privacy

  • Your BVN information is encrypted and stored securely
  • Used only for identity verification as required by Nigerian regulations
  • Verification is usually instant but may take up to 24 hours
@push('scripts') @endpush @endsection