@include('comercio.navbar') @if($promotions->isNotEmpty())
@foreach($promotions as $index => $promotion)
@endforeach
Previous
Next
@endif
@foreach($items as $item) @php $precioConDescuento = $item->sale_unit_price - $item->descuento_store; @endphp
@if($item->descuento_store > 0)
Oferta
@endif
{{ $item->description }}
@endforeach
@include('comercio.footer')