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

---Advertisement---

Mungeli News: घर में महिला-पुरुष की लाश, इलाके में सनसनी; जानें क्या है मामला..

On: जून 5, 2026 1:32 अपराह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

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

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