@extends('layouts.responsive') @section('title', 'KYC Verification') @section('content')
Complete your KYC verification to unlock all platform features including higher limits, virtual cards, and virtual accounts.
{{ strtoupper($verification->type) }} Verification
{{ $verification->created_at->format('M d, Y H:i') }}
Verify your identity using your Bank Verification Number for instant verification
@if($kycVerifications->where('type', 'bvn')->first()?->isVerified()) Verified @else Verify BVN @endifVerify using your National Identification Number for secure identity verification
@if($kycVerifications->where('type', 'nin')->first()?->isVerified()) Verified @else Verify NIN @endifYour KYC verification is complete. You can now access all platform features including virtual accounts and higher transaction limits.
Go to DashboardPlease complete at least one verification method to access all features including virtual accounts and higher transaction limits.