@extends('layouts/contentLayoutMaster') @section('title', 'Add Food') @section('page-style') {{-- Page Css files --}} @endsection @section('content')
{{csrf_field()}}
@if($errors->first('name'))
Name Required
@enderror
@if($errors->first('password'))
Password Required
@enderror
@if($errors->first('email'))
Email Required
@enderror
@if($errors->first('password_confirmation'))
Password Confirmation Required
@enderror
@if($errors->first('role'))
Role Required
@enderror
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @if($errors->first('branch_id'))--}} {{--
Branch Required
--}} {{-- @enderror--}} {{--
--}} {{--
--}}
@endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') @endsection