{{ $product->name }} @if($product->compare_price && $product->compare_price > 0) @php $discount = round((($product->compare_price - $product->price) / $product->compare_price) * 100); @endphp
Oferta -{{ $discount }}%
@endif

{{ $product->name }}

{{ $product->sku }}
${{ number_format($product->price, 2) }} @if($product->compare_price) ${{ number_format($product->compare_price, 2) }} @endif

{{ $product->description }}

@if($product->stock > 0)
En Stock
@else
Agotado
@endif
Ver Detalles