@foreach(['TRC20', 'ERC20', 'BNB'] as $network)
@endforeach
@forelse($activeCryptos as $crypto)
@empty
@endforelse
@if(strtolower($crypto['symbol']) === 'usdt')
₮
@else
@endif
{{ $crypto['name'] }}
@if($crypto['network']) {{ strtoupper($crypto['network']) }} @endif{{ \Illuminate\Support\Str::limit($crypto['address'], 15, '...') }}
No active cryptocurrency addresses found
Enable cryptocurrencies in Manage Crypto
Add Cryptocurrencies