${{ number_format($totalBalanceUSD, 2) }}
Send
Receive
Buy
Swap
Access, secure and withdraw assets

Crypto

@foreach($supportedCryptos as $symbol => $crypto) @if($cryptoAssets->{$symbol.'_status'})
{{ strtoupper($symbol) }} @if(strpos($symbol, 'usdt_') === 0) {{ strtoupper(str_replace('usdt_', '', $symbol)) }} @endif
Loading...
{{ number_format($cryptoAssets->{$symbol.'_balance'}, 8) }}
$0.00
@endif @endforeach