@csrf
@if($product->image) {{ $product->name }} @else
{{ $categoryEmoji ?? '🍴' }}
@endif
{{ $product->category_label }} @if($product->has_paid_options) Suppléments @endif

{{ $product->name }}

@if($product->description)

{{ $product->description }}

@endif
Base {{ number_format((float) $product->price, 2, ',', ' ') }} € {{ number_format((float) $product->price, 2, ',', ' ') }} €
@include('food.partials.product-customizer-fields', ['product' => $product])