{{-- Balance Summary --}}
{{ __('t.estimated_balance') }}
{{-- Crypto Assets Icons --}}
@foreach($assets->take(4) as $asset)
{{ $asset['asset']->symbol }}
@endforeach @if(count($assets) > 4)
+{{ count($assets) - 4 }}
@endif

{{ Number::currency($estimated_balance, 'USD') }}

{{ __('t.account_balance') }}

{{ Number::currency(Auth::user()->account_bal, $settings->s_currency) }}

{{-- Asset Selector --}}
{{-- Coin Dropdown --}}
{{-- Dropdown Trigger --}} {{-- Dropdown Content --}}
{{-- Selected Asset Actions --}} {{-- Empty State Description --}}