芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/resources/views/user/components/wallets/crypto.blade.php
@isset($crypto_wallets) @if ($crypto_wallets->count() > 0)
{{ __("Crypto Currency") }}
@forelse ($crypto_wallets as $item)
{{ $item->currency->name }}
{{ $item->balance }}
{{ $item->currency->code }}
@empty @endforelse
@endif @endisset