Your Wallet Addresses

@foreach(['TRC20', 'ERC20', 'BNB'] as $network) @endforeach
@forelse($activeCryptos as $crypto)
@if(strtolower($crypto['symbol']) === 'usdt') @else {{ $crypto['name'] }} Icon @endif

{{ $crypto['name'] }}

@if($crypto['network']) {{ strtoupper($crypto['network']) }} @endif

{{ \Illuminate\Support\Str::limit($crypto['address'], 15, '...') }}

@empty

No active cryptocurrency addresses found

Enable cryptocurrencies in Manage Crypto

Add Cryptocurrencies
@endforelse
Address copied to clipboard!