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

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

flag
@empty @endforelse
@endif @endisset