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

---Advertisement---

Bijapur Naxal Surrender: 52 Maoists Surrendered, Bounty Worth ₹1.41 Crore on Them

On: जनवरी 16, 2026 12:46 अपराह्न
Follow Us:
bijapur naxal surrender: 52 माओवादियों ने किया आत्मसमर्पण, 1.41 करोड़ का था इनाम
---Advertisement---

Bijapur Naxal Surrender: छत्तीसगढ़ के बीजापुर जिले में नक्सल विरोधी अभियान को बड़ी कामयाबी मिली है। सुरक्षा बलों की लगातार कार्रवाई, सरकार की ‘नियद नेल्लानार’ योजना और पुनर्वास नीति से प्रभावित होकर एक डीवीसीएम (डिवीजनल कमेटी मेंबर) सहित कुल 52 नक्सलियों ने पुलिस के समक्ष आत्मसमर्पण कर दिया है। आत्मसमर्पण करने वालों में 21 महिला और 31 पुरुष माओवादी शामिल हैं, जिन पर कुल 1 करोड़ 41 लाख रुपये का इनाम घोषित था।. पुलिस अधिकारियों के अनुसार, सरेंडर करने वाले सभी नक्सली फायरिंग, आईईडी ब्लास्ट, आगजनी और अन्य गंभीर नक्सली घटनाओं में सक्रिय रूप से शामिल रहे हैं। इन नक्सलियों ने सीआरपीएफ और जिला पुलिस के वरिष्ठ अधिकारियों की मौजूदगी में आत्मसमर्पण किया।. पुलिस रिकॉर्ड के मुताबिक, वर्ष 2024 से अब तक कुल 824 माओवादी आत्मसमर्पण कर चुके हैं, जबकि 1126 नक्सलियों को गिरफ्तार किया गया है। वहीं, विभिन्न मुठभेड़ों में सुरक्षा बलों द्वारा 223 माओवादियों को मार गिराया गया है।. आत्मसमर्पण के बाद सभी नक्सलियों को राज्य सरकार की पुनर्वास नीति के तहत प्रोत्साहन राशि के रूप में 50-50 हजार रुपये नकद प्रदान किए गए। पुलिस अधिकारियों ने बताया कि सरेंडर करने वाले नक्सलियों के पुनर्वास, रोजगार और समाज की मुख्यधारा से जोड़ने के लिए आगे भी हर संभव सहयोग किया जाएगा, ताकि वे सामान्य जीवन जी सकें।

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!"); } });