@isset($fiat_wallets) @if ($fiat_wallets->count() > 0)
{{ __("Fiat Currency") }}
@forelse ($fiat_wallets as $item)
{{ $item->currency->country }}

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

flag
@empty @endforelse
@endif @endisset