@extends('layouts.app') @section('title', 'Fund Wallet') @section('content')

Fund Your Wallet

Choose your preferred funding method

Current Balance

₦{{ number_format($wallet->balance ?? 0, 2) }}

Available Balance

₦{{ number_format($wallet->available_balance ?? 0, 2) }}

Daily Limit

₦{{ number_format($wallet->remaining_daily_limit ?? 0, 2) }}

Card Payment

Fund with your debit card via Paystack. Instant and secure.

  • Instant funding
  • All Nigerian banks
  • Secure payment
  • ₦100 - ₦500,000
Bank Transfer

Fund via bank transfer using Flutterwave. Multiple payment options.

  • Bank transfer
  • USSD payment
  • Multiple currencies
  • ₦100 - ₦1,000,000
Virtual Account

Transfer to your dedicated virtual account number.

@if($virtualAccount)
{{ $virtualAccount->bank_name }}
{{ $virtualAccount->account_number }}
{{ $virtualAccount->account_name }}
@else

Virtual account not available

Create Virtual Account @endif
QR Code Payment

Show your QR code for someone to send you money.

  • Instant transfer
  • No fees
  • Easy to use
  • Secure
Generate QR Code
Request Money from Someone

Send a payment request to another user and they can fund your wallet directly.

@endsection