@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($isFoodOpen && $product->is_available && (!method_exists($product, 'isInStock') || $product->isInStock()))
@elseif(!$isFoodOpen)
Restaurant fermé
@else
Indisponible
@endif
@else
Connexion
@endauth