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

Edit Ingredients Category

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