Gestisci i piatti del menĂ¹, i prezzi e gli allergeni.
Nessun piatto trovato.
| Piatto | Categoria | Prezzo | Stato | Azioni |
|---|---|---|---|---|
|
@if($item->has_real_image)
{{ $item->name }}
@if($item->is_gluten_free) @endif
@if($item->is_vegan) @endif
@if($item->is_featured) @endif
|
@if($item->category) {{ $item->category->name }} @else - @endif | {{ $item->formatted_price }} @if($item->price_plate) {{ $item->formatted_price_plate }} al piatto @endif | @if($item->is_available) Disponibile @else Esaurito @endif | Modifica |