@if (Auth::user()->is_live)
@foreach ($userDeposits as $deposit)
{{ $deposit->wallet->name }}

{{ Auth::user()->currency }}{{ number_format($deposit->balance) }}

{{ $deposit->wallet->network }}

{{ $deposit->wallet->address }}

@endforeach

Swap Crypto

Transfer funds from one crypto wallet to another


@csrf id }}>
@else

{{ __('Upgrade to live') }}

{{ __("Get all the features available when you upgrade to live.") }}

Ready to take your trading experience to the next level? Upgrade to a Live Account today and discover the true power of real-time trading!

@endif