@isset($crypto_wallets) @if ($crypto_wallets->count() > 0)
{{ __("Crypto Currency") }}
@forelse ($crypto_wallets as $item)
{{ @$item->currency->name }}

{{ get_amount($item->balance,null,get_wallet_precision($item->currency)) }} {{ $item->currency->code }}

flag
@empty @endforelse
@endif @endisset