@extends('layouts.app') @section('title', 'Edit Ingredient') @section('content')
@csrf @method('PUT')
Ingredient Details

To change stock quantity, add or remove supplier entries / usages — quantity is calculated automatically.

Low stock is a global rule: below 100 g.
Cancel
@endsection