{!! 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('title'))
@if ($errors->has('arabic_title'))
@if ($errors->has('cooking_type_id'))
{!! Form::close() !!}
Edit Service Subcategory
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('arabic_title'))
{{ $errors->first('arabic_title') }}
@endif
@if ($errors->has('cooking_type_id'))
{{ $errors->first('cooking_type_id') }}
@endif