Owners would be liable to pay tax for renting of buildings to governments

how can we help you?

Contact us at our office nearest to you or submit a business inquiry online.

” Excellent. Suvidha is a pioneer in the service regarding MSME (start to execution). The staff is extremely polite and helpful. They provide, educate and help business with all information and details. Pro in the sector they work. High regards for team Suvidha.”

placeholder
Shree Shyamashish Printers
Partner, Vijay Kr Agarwal
/*jQuery(function(){ // bind change event to select jQuery('#dynamic_select').on('change', function () { var url = jQuery(this).val(); // get selected value //alert(url);exit; if(url != '') { jQuery.ajax({ url: 'https://wordpress.demo.rnjcs.in/suvidha/client-filter.php?sector='+url, type: "POST", success: function(data) { //alert('success'); jQuery('#without-client-filter').hide(); jQuery('#with-client-filter').show(); jQuery("#with-client-filter").html(data); }, error: function(data) { //alert('error'); jQuery("#err").html(event); } }); } else { //alert('empty'); jQuery('#with-client-filter').hide(); jQuery('#without-client-filter').show(); } }); });*/ jQuery(function(){ // bind change event to select jQuery('#dynamic_list li').on('click', function () { var url = jQuery(this).attr('id'); // get selected value //alert(url);exit; if(url != '') { jQuery.ajax({ url: 'https://wordpress.demo.rnjcs.in/suvidha/client-filter.php?sector='+url, type: "POST", success: function(data) { //alert('success'); jQuery('#without-client-filter').hide(); jQuery('#with-client-filter').show(); jQuery("#with-client-filter").html(data); }, error: function(data) { //alert('error'); jQuery("#err").html(event); } }); } else { //alert('empty'); jQuery('#with-client-filter').hide(); jQuery('#without-client-filter').show(); } }); });