@use('\Illuminate\Support\Number', 'Number')
@if ($myaccount)
Trading Account Slot
{{ $myaccount['trading_account_slot'] ? $myaccount['trading_account_slot'] : '0' }}
Wallet Balance
{{ Number::currency($myaccount['wallet_balance'], $settings->s_currency) }}
@if ($buy_slot)
@endif
@if ($add_funds)
@if (!$toPay)
@endif
@if ($toPay)
@endif
@endif
@endif