@if (!empty(session('promociones'))) PROMOCIONES @if (!empty($promociones)) @foreach ($promociones->chunk(4) as $index => $chunk) @include('website.shared.product-v2') @endforeach Previous Next @endif @else Sección promociones no definida @endif