{{-- Main Deposit Form Card --}}
{{-- Header Section --}}

{{ __('t.make_deposit') }}

{{ __('t.transaction_history') }}
{{-- Amount Input Section --}}
$
{{-- Payment Methods Section --}}
@forelse($methods as $paymentMethod) @else {{ number_format($cryptoRates[$paymentMethod->name] ?? 0, 8) }} {{ $paymentMethod->name }} @endif
@endif
@empty

{{ __('t.no_payment_methods') }}

{{ __('t.payment_methods_later') }}

@endforelse {{-- Submit Button Section --}} @if(count($methods) > 0)
@endif {{-- Stats Card --}}

{{ __('t.recent_activity') }}

{{ __('t.view_all_transactions') }} →