@extends('layouts.app') @section('title', 'Edit Menu Item') @section('content')

Edit: {{ $product->name }}

@csrf @method('PUT')
Only matters when an order has more than one item — tells kitchen/waitstaff what to bring out first. Leave blank for most items.
track_inventory ? 'checked':'' }}>
is_active ? 'checked':'' }}>
🥘 Manage Recipe / Food Cost
Variants

Add variants when this item is sold at different prices by size/option (e.g. 60ml/Qtr/Half/Full, or Regular/Sugar Free). If this item has any variants, staff pick one on the POS instead of the base price above.

NamePrice
@foreach ($product->variants as $v)
@csrf @method('PUT')
@csrf @method('DELETE')
@endforeach
@csrf
@endsection