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

Deposit Funds

Add money to your wallet using secure payment methods

Current Balance

${{ number_format(getUserWallet($user->id), 2) }}

Choose Payment Method

$
USD

Minimum deposit: $1.00

Card Details

Cancel

Secure Payment

Your payment information is encrypted and secure. We use industry-standard SSL encryption to protect your data.

@push('scripts') @endpush @endsection