@extends('layouts/contentLayoutMaster') @section('title', 'Add Ingredient') @section('page-style') {{-- Page Css files --}} @endsection @section('content')

ADD Ingredient

{{csrf_field()}}
@if($errors->first('name'))
Ingredient Name Required
@enderror
@if($errors->first('local_name'))
Ingredient Local Name Required
@enderror
@endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') @endsection