{!! csrf_field() !!}

Create Cooking Type


@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif

@if ($errors->has('arabic_title'))
{{ $errors->first('arabic_title') }}
@endif

@if ($errors->has('price'))
{{ $errors->first('price') }}
@endif



@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif