@extends('layouts.app') @section('title', 'Transfer Credits') @section('content')

Transfer Credits

Send credits to other players instantly

Available Balance

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

Ready to transfer

Send Credits

Transfer credits to another player's wallet

@csrf
@error('recipient_username')

{{ $message }}

@enderror

Enter the exact username of the player you want to send credits to

@error('amount')

{{ $message }}

@enderror
Min: ₦1.00 Max: ₦100,000.00
@error('note')

{{ $message }}

@enderror

Maximum 255 characters

@error('pin')

{{ $message }}

@enderror

Enter your 4-digit transaction PIN to confirm

Transfer Information

  • • Transfers are instant and cannot be reversed
  • • Verify the recipient username before confirming
  • • Your PIN is required to complete the transfer
  • • Contact support if you need assistance
Cancel
View Transfer History →
@endsection