@extends('template.basic.layouts.user_base') @section('content_detail')

Total Assets

{{ fiat_format(get_total_balance()['fiat']) }}

+14.72%

Oct

Assets

@forelse($user->wallets as $wallet) @if($wallet->coin?->menu)

{{ $wallet->coin?->name }}

{{ $wallet->coin?->symbol }}

{{ fiat_format($wallet->convertedBalance($user->userCurrency)) }} {{$user->userCurrency}}

-0.53%

{{ coin_format($wallet->balance, $wallet->coin?->digits ?? 2) }} {{$user->cryptoCurrency}}

@endif @empty @endforelse
@endsection