My Assets
@forelse($wallets as $wallet)
{{$wallet->coin?->symbol}}
{{ ucfirst($wallet->coin?->symbol) }}
{{ ucfirst($wallet->coin?->name) }}
{{ coin_format($wallet->balance, $wallet->coin?->digit ?? 2) }}
≈ {{ fiat_format($wallet->convertedBalance($user->userCurrency)) }} {{$user->userCurrency}}
@empty
No assets found
@endforelse