@extends('layouts/contentLayoutMaster') @section('title', 'Add Food') @section('page-style') {{-- Page Css files --}} @endsection @section('content') {{csrf_field()}} Name @if($errors->first('name')) Name Required @enderror Password @if($errors->first('password')) Password Required @enderror Email @if($errors->first('email')) Email Required @enderror Confirm Password @if($errors->first('password_confirmation')) Password Confirmation Required @enderror Role Select Nutrition Department Manager Branch Manager Nutritionists Medical Department Financial Department @if($errors->first('role')) Role Required @enderror {{-- --}} {{-- --}} {{-- Branch--}} {{-- --}} {{-- Select--}} {{-- @foreach($branch as $b)--}} {{-- {{ $b->title }}--}} {{-- @endforeach--}} {{-- --}} {{-- @if($errors->first('branch_id'))--}} {{-- Branch Required--}} {{-- @enderror--}} {{-- --}} {{-- --}} Submit Reset @endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') @endsection