@extends('layouts.app') @section('title', 'NIN Verification') @section('content')

NIN Verification

Enter your National Identification Number to verify your identity

@csrf
@error('nin')

{{ $message }}

@enderror
@error('first_name')

{{ $message }}

@enderror
@error('last_name')

{{ $message }}

@enderror
@error('date_of_birth')

{{ $message }}

@enderror
Back to KYC

Note: Your NIN information is encrypted and stored securely. We use this information only for identity verification purposes as required by Nigerian financial regulations.

@endsection