@foreach($cryptos as $crypto)
@endforeach
@if(strtolower($crypto['symbol']) === 'usdt')
₮
@else
@endif
{{ $crypto['symbol'] }}
{{ $crypto['name'] }}