芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/resources/views/user/components/wallets/fiat.blade.php
@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 }}
@empty @endforelse
@endif @endisset