{{-- 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 --}}

Portfolio

@forelse($user->wallets as $wallet) @if($wallet->coin?->menu == 'yes') {{ $wallet->coin?->name }} {{ ucfirst($wallet->coin?->name) }} @endif @empty

No coins found

@endforelse
{{-- Others / My Assets / Activity / Settings --}}

Others

My Assets Staking Activity Settings