@extends('layouts/contentLayoutMaster') @section('title', 'Add Food') @section('page-style') {{-- Page Css files --}} @endsection @section('content')
{{csrf_field()}}
@if($errors->first('name'))
Food Name Required
@enderror
@if($errors->first('local_name'))
Food Local Name Required
@enderror
@if($errors->first('category_id'))
Category Required
@enderror
@if($errors->first('tags'))
Tags Required
@enderror
@if($errors->first('tags'))
Sub Tags Required
@enderror
@endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') @endsection