@include('comercio.navbar') @if($promotions->isNotEmpty()) @endif

@foreach($items as $item) @php $precioConDescuento = $item->sale_unit_price - $item->descuento_store; @endphp
@if($item->descuento_store > 0) Oferta @endif Sin imagen

{{ $item->description }}

@endforeach
@include('comercio.footer')