{{-- Page header --}}

Send Money

{{-- Balance pill --}}
Available: K{{ number_format((float) $balance, 2) }}
{{-- Info banner --}}

Money will be sent directly to the recipient's mobile money account.

@csrf {{-- Phone Number --}}
🇿🇲
@error('phone_number')

{{ $message }}

@enderror
{{-- Recipient Name --}}
@error('recipient')

{{ $message }}

@enderror
{{-- Amount --}}
K
@error('amount')

{{ $message }}

@enderror
{{-- Quick amount chips --}}
@foreach ([50, 100, 500, 1000] as $chip) @endforeach
{{-- Submit --}}
{{-- Name lookup script --}}