{{-- Select Wallet --}}
Pay From
{{-- trigger --}}
{{ $userWalletsInUSD[0]['name'] }} ({{ $userWalletsInUSD[0]['symbol'] }})
{{-- dropdown --}}
@foreach($userWalletsInUSD as $wallet)
-
{{ $wallet['name'] }} ({{ $wallet['symbol'] }})
@endforeach
{{-- Username Input --}}
{{-- Hidden Fields --}}
{{-- Amount --}}
{{-- Fee --}}
{{-- Wallet Balance --}}
Wallet Balance
{{ number_format($userWalletsInUSD[0]['balance_in_usd'], 2) }} USD
{{-- They Will Receive --}}
{{-- Submit --}}