{{ __('Card Deposit') }}

@if (session('error')) @endif

Account Balance

${{ number_format($account->getBalance('USD') / 100, 2) }} USD

You're in demo mode. No real money will be transferred. Use the quick deposit button below to instantly add funds to your account.

@csrf
$
USD
@if(isset($paymentMethods) && count($paymentMethods) > 0)
@foreach($paymentMethods as $method) @endforeach
Or
@endif
@if(app()->environment('demo'))

Demo Quick Actions

@csrf

These buttons instantly add demo funds to your account without going through payment processing.

@endif

Secure Payment Processing

Your payment information is processed securely by Stripe. We never store your card details on our servers.

@push('scripts') @endpush