{!! Form::open(array('route'=>[$current_menu.'.update',$encrypt_id] , 'method'=>'PUT','id'=>$current_menu.'-form','enctype'=>'multipart/form-data','role'=>'form' ))!!} {!! csrf_field() !!}

Edit 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
{!! Form::close() !!}