@extends('layouts.responsive') @section('title', 'Send Money') @section('content')

Send Money

Transfer money to other {{ setting('business.name', 'AbokiPay') }} users or any bank account

{{ setting('business.name', 'AbokiPay') }} User

Send to phone number or email

@csrf
@error('recipient_identifier')

{{ $message }}

@enderror
@error('amount')

{{ $message }}

@enderror

Quick amounts:

Min: ₦100, Max: ₦100,000

@error('description')

{{ $message }}

@enderror
@error('transaction_pin')

{{ $message }}

@enderror

Enter your 4-digit transaction PIN

Bank Account

Send to any Nigerian bank

Bank Transfer

Recent Recipients

No recent recipients yet

People you send money to will appear here

Quick Amounts

Transfer Limits

  • • Daily limit: ₦500,000
  • • Single transaction: ₦100,000
  • • Minimum amount: ₦100
  • • Transfers between {{ setting('business.name', 'AbokiPay') }} users are free
@push('scripts') @endpush @endsection