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

Edit Ingredient

@if($errors->any())
@endif
@csrf @method('PUT')
Cancel
@endsection