@extends('layouts.app') @section('title', 'Transfer Funds - ' . config('app.name')) @section('content')

Transfer Funds

Send money to other users securely

Available Balance

${{ number_format($balance, 2) }}
@if($user->level == 1)

Upgrade Required

You need to upgrade your account to Premium to transfer funds to other users.

Upgrade Now
@else

Transfer Details

@csrf
@error('to_user_id')

{{ $message }}

@enderror
$
USD

Max: ${{ number_format($balance, 2) }}

@error('amount')

{{ $message }}

@enderror

Enter your password to confirm the transfer

@error('password')

{{ $message }}

@enderror
Cancel

Transfer Information

  • Transfers are instant and cannot be reversed
  • No fees are charged for transfers
  • Recipient will receive the full amount
  • You will receive a confirmation email
@endif

Recent Transfers

View All

No transfer history yet

Your transfers will appear here

@push('scripts') @endpush @endsection