Manage Crypto

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

{{ $crypto['symbol'] }}

{{ $crypto['name'] }}

@endforeach
@push('scripts') @endpush