Image du produit
@if($product->isBestSeller) ✌️ Meilleures ventes @elseif($product->inPromo) 🚨 Promotions @endif
@if ($product->quantity <= 0)

Rupture de stock

@endif

{{ $product->title }}

@if (isset($product->promo_price))

{{ $product->promo_price_formatted }}

{{ $product->price_formatted }}

@else

{{ $product->real_price_formatted }}

@endif