Trading Account Slot

@if ($myaccount) {{ $myaccount['trading_account_slot'] ? $myaccount['trading_account_slot'] : '0' }} @else 0 @endif

Wallet Balance

${{ $myaccount ? number_format($myaccount['wallet_balance'], 2, '.') : '0.00' }}

Subscriber Accounts

{{ $subscribers['data'] ? count($subscribers['data']) : '0' }}