@if (count($other_markets) > 0) @if (count($markets) > 0)
@foreach (collect($markets)->take(6)->all() as $crypto) @endforeach

Crypto Market Activity


Name Last Price 24 Hr Change
{{$crypto->name}} {{number_format($crypto->priceUsd, 4, '.', ',')}} @if ($crypto->changePercent24Hr > 0) +{{number_format($crypto->changePercent24Hr, 4, '.', ',')}}% @else {{number_format($crypto->changePercent24Hr, 4, '.', ',')}}% @endif
@endif