@extends('dashboard.user.layouts.app') @section('content') @push('styles') @include('dashboard.user.partials.deposit_style') @endpush

{{ $title }}

Deposit Funds

Deposit History
@csrf

Fund Your Account

Choose your preferred deposit method and amount

Credit Card
Bank Transfer
Bitcoin
PayPal
@error('method')

{{ $message }}

@enderror
{{ currency($user->currency) }} @error('amount') {{ $message }} @enderror
Back to Dashboard
All deposits are processed through secure payment channels. Your financial information is never stored on our servers.
@push('scripts') @include('dashboard.user.partials.deposit_script') @endpush @endsection