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

{{ $item->balance }} {{ $item->currency->code }}

flag
@empty @endforelse
@endif @endisset