{{-- Total Balance --}}
{{-- Expanded content --}}
{{-- Fiat Balance --}}
{{ $user->userCurrency }}
{{ coin_format(get_total_balance()['fiat'], 2) }}
{{-- Crypto Balance --}}
{{ $user->cryptoCurrency }}
{{ coin_format(get_total_balance()['crypto'], 2) }}
{{-- Home --}}
Home
{{-- Portfolio / Coins --}}
{{-- Others / My Assets / Activity / Settings --}}