@if($product->image)
@else
{{ $emojis[$cat] ?? 'π΄' }}
@endif
@if($loop->first)
Populaire
@endif
{{ $product->name }}
{{ number_format($product->price, 2) }}β¬{{ $product->description }}
@endif
@if($product->preparation_time)
{{ $product->preparation_time }} min
@else
@endif
@auth
@if($product->is_available && (!method_exists($product, 'isInStock') || $product->isInStock()))
@else
Indisponible
@endif
@else
Connexion
@endauth