@props([ 'product' => \Modules\Shop\Products\Models\Product::class, ]) @php $priceInfo = $product->price_info; $isOnSale = $priceInfo->base_price && $priceInfo->min_price < $priceInfo->base_price; $discountPercentage = $isOnSale ? round((1 - $priceInfo->min_price / $priceInfo->base_price) * 100) : 0; @endphp
{{-- Image Container --}}
{{-- Badges --}}
@if ($isOnSale) Oferta @elseif($product->featured) Destacado @endif
{{-- Image --}} {{ $product->name }}
{{-- Content --}}

{{ $product->name }}

{{-- Shipping Badge --}} @if ($product->shippable) @endif {{-- Price --}}