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

Edit Service Subcategory


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

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

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



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











{!! Form::close() !!}