@include('comercio.navbar')
@if($item->descuento_store > 0) Oferta @endif {{ $item->name }}
Image Thumbnail

{{ $item->description }}


@if($item->descuento_store > 0) @php $precioConDescuento = $item->sale_unit_price - $item->descuento_store; @endphp

Precio: S/{{ $item->sale_unit_price }}

Precio con descuento: S/{{ number_format($precioConDescuento, 2) }}

@else

Precio: S/{{ $item->sale_unit_price }}

@endif

Stock: {{ $item->stock }}

Más detalles: {{ $item->additional_details }}

Cantidad:
@include('comercio.footer')