@php
$orbitCoins = \App\Support\CryptoLogo::featured();
@endphp
@foreach($orbitCoins as $index => $coin)
@include('partials.crypto-logo', [
'symbol' => $coin['symbol'],
'name' => $coin['name'],
'size' => 44,
'class' => 'auth-coin-orbit__logo',
])
@endforeach