@if($type == 'header_carousel') @endif @if($type == 'rarting_carousel') @php $max = 10; $ratings = $ratings->count() > $max ? $ratings?->get()->random($max)->shuffle()->chunk(2) : $ratings?->get()->chunk(2); @endphp @endif