@php $count = 0; @endphp @foreach ($cestas as $itens) @php $product = $itens->product->where('status', 1)->first(); @endphp @if($product) @if($count % 4 === 0 ) @endif @endif @endforeach