क्रिकेट स्पोर्ट्स बॉलीवुड राजनीति जॉब - एजुकेशन बिजनेस लाइफस्टाइल देश अंतरराष्ट्रीय टेक्नोलॉजी छत्तीसगढ़

---Advertisement---

CG News: कमिश्नर के PA ने की देवी-देवताओं पर अभद्र टिप्पणी, कपडे फाड़कर पिटाई..

On: मई 9, 2026 6:54 अपराह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

CG News: छत्तीसगढ़ के दुर्ग नगर निगम में देवी-देवताओं और धर्म गुरुओं पर कथित अभद्र टिप्पणी के बाद जमकर बवाल हो गया। नगर निगम कमिश्नर के निजी सहायक (PA) गौतम साहू की हिंदू संगठनों के कार्यकर्ताओं ने पिटाई कर दी। घटना का वीडियो सोशल मीडिया पर वायरल हो रहा है। बताया जा रहा है कि मारपीट में कर्मचारी के कपड़े तक फट गए। मामला पद्मनाभपुर थाना क्षेत्र का है।. जानकारी के मुताबिक, गौतम साहू नगर निगम में प्लेसमेंट कर्मचारी के रूप में कार्यरत है और निगम आयुक्त के निजी सहायक की जिम्मेदारी संभाल रहा था। उसकी एक महिला कर्मचारी के साथ निजी वॉट्सएप चैट सामने आई, जिसमें हिंदू देवी-देवताओं और धार्मिक गुरुओं के खिलाफ आपत्तिजनक भाषा का इस्तेमाल किया गया था।. चैट का स्क्रीनशॉट वायरल होने के बाद बजरंग दल और अन्य हिंदू संगठनों में नाराजगी फैल गई। 8 मई की सुबह बड़ी संख्या में कार्यकर्ता निगम कार्यालय पहुंच गए और हंगामा शुरू कर दिया। आरोप है कि कार्यकर्ताओं ने गौतम साहू को पकड़कर बाहर निकाला और उसकी पिटाई कर दी। घटना की सूचना मिलते ही पुलिस मौके पर पहुंची और घायल कर्मचारी को कार्यकर्ताओं से छुड़ाकर थाने ले गई। मारपीट के दौरान निगम कार्यालय में कुछ समय तक कामकाज भी प्रभावित रहा।. पोलसाय पारा निवासी मंगल सिंह राजपूत ने पद्मनाभपुर थाने में लिखित शिकायत दर्ज कराई है। बजरंग दल के जिला संयोजक सौरभ देवांगन ने बताया कि महिला कर्मचारी ने यह चैट हिंदू संगठन के कार्यकर्ताओं तक पहुंचाई थी, जिसके बाद विरोध प्रदर्शन किया गया। पुलिस ने मामले में शिकायत के आधार पर जांच शुरू कर दी है। वायरल वीडियो और चैट की भी जांच की जा रही है।

Join WhatsApp

Join Now

Join Telegram

Join Now

Leave a Comment

// Function to get current page info for sharing const currentUrl = window.location.href; const pageTitle = document.title; // --- 1. Follow Your Official Pages --- // These links go directly to the URLs you provided // Instagram Follow document.getElementById('wpliteInstagramFollow').addEventListener('click', function() { const instaUrl = 'https://www.instagram.com/worldprime.news?igsh=N3I0azl5ZTd1b3U5&utm_source=qr'; window.open(instaUrl, '_blank'); }); // Facebook Follow document.getElementById('wpliteFacebookFollow').addEventListener('click', function() { const fbUrl = 'https://www.facebook.com/share/1ATWDHQiYR/?mibextid=wwXIfr'; window.open(fbUrl, '_blank'); }); // --- 2. Share Current Page to Others --- // These remain as "Sharing" functions // WhatsApp Share document.getElementById('wpliteWhatsAppShare').addEventListener('click', function() { const whatsappUrl = 'https://api.whatsapp.com/send?text=' + encodeURIComponent(pageTitle + " " + currentUrl); window.open(whatsappUrl, '_blank'); }); // Twitter Share document.getElementById('wpliteTwitterShare').addEventListener('click', function() { const twitterUrl = 'https://twitter.com/intent/tweet?url=' + encodeURIComponent(currentUrl) + '&text=' + encodeURIComponent(pageTitle); window.open(twitterUrl, '_blank'); }); // --- 3. Mobile Native Share (The Floating Button) --- document.getElementById("mobileShareFloatingButton").addEventListener("click", function (e) { e.preventDefault(); if (navigator.share) { navigator.share({ title: pageTitle, url: currentUrl }) .then(() => console.log("Share successful")) .catch(err => console.error("Share failed", err)); } else { alert("Native sharing not supported. Use the icons below!"); } });