{{-- Product Card with Order Modal --}}
{{-- Image --}}
{{ $product->name }} @if($product->is_featured) Vedette @endif
{{-- Contenu de la card --}}
{{ $product->category->name ?? '' }}

{{ $product->name }}

{{ number_format($product->price, 0, ',', ' ') }} FCFA
@if($product->short_description)

{{ $product->short_description }}

@endif
{{-- ── Modal — téléporté sur le pour éviter tout conflit CSS ── --}}