@if (count($cryptos) > 0) @foreach (collect($cryptos)->take(20)->all() as $crypto) @if ($crypto->symbol) @endif @endforeach @endif
{{--
--}}
{{-- end of crypto rates section --}}