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

Add New Ingredient / Raw Material

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