{!! Form::open(array('route'=>[$current_menu.'.update',$encrypt_id] , 'method'=>'PUT','id'=>$current_menu.'-form','enctype'=>'multipart/form-data','role'=>'form' ))!!}
{!! csrf_field() !!}
@if ($errors->has('price'))
@if ($errors->has('points'))
{!! Form::close() !!}
Edit Cooking Type
@if ($errors->has('price'))
{{ $errors->first('price') }}
@endif
@if ($errors->has('points'))
{{ $errors->first('points') }}
@endif