@extends('layouts.app') @section('title', 'Withdraw Funds') @section('content')

Withdraw Funds

Transfer funds from your gaming wallet to your bank account

@csrf

Available Balance

Amount available for withdrawal

₦{{ number_format(auth()->user()->wallet_balance) }}

Minimum: ₦50, Maximum: ₦{{ number_format(auth()->user()->wallet_balance) }}

@error('amount')

{{ $message }}

@enderror
@error('provider')

{{ $message }}

@enderror

Provide complete account information for successful withdrawal

@error('account_details')

{{ $message }}

@enderror
@if(auth()->user()->kyc_status !== 'verified')

KYC Verification Required

You need to complete identity verification for withdrawals. Visit your profile to complete KYC.

@endif

Withdrawal Processing

Withdrawals are processed within 24 hours. You'll receive a confirmation email once processed.

← Back to Wallet

Fast Processing

Most withdrawals are processed within 24 hours

Secure & Verified

All withdrawals require KYC verification for security

Email Updates

Get notified at every step of the withdrawal process

@endsection