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

---Advertisement---

Bilaspur Murder: पति ने कुल्हाड़ी से हमला कर पत्नी को उतारा मौत के घाट, फिर खुद थाने पहुंचकर किया सरेंडर

On: अप्रैल 22, 2026 5:59 अपराह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

Bilaspur Murder: बिलासपुर जिले के मस्तूरी थाना क्षेत्र अंतर्गत ग्राम रिस्दा से एक सनसनीखेज मामला सामने आया है। पत्नी के चरित्र पर संदेह के चलते एक बुजुर्ग पति ने अपनी ही पत्नी की कुल्हाड़ी से हमला कर निर्मम हत्या कर दी। घटना के बाद आरोपी खुद थाने पहुंच गया और पूरी वारदात की जानकारी पुलिस को दी। (बिलासपुर पति ने पत्नी की हत्या). पुलिस के अनुसार, ग्राम रिस्दा बस्तीपारा निवासी 65 वर्षीय जीवन नोरगे ने मंगलवार दोपहर करीब 2 बजे अपनी पत्नी सरस्वती नोरगे पर कुल्हाड़ी से ताबड़तोड़ हमला कर दिया। गंभीर चोट लगने के कारण महिला की मौके पर ही मौत हो गई। (मस्तूरी रिस्दा पति ने पत्नी की हत्या). घटना की सूचना मिलते ही थाना प्रभारी पुलिस टीम के साथ मौके पर पहुंचे। कमरे के अंदर महिला का शव मुंह के बल पड़ा मिला, जिसके सिर पर गहरे चोट के निशान थे और आसपास खून फैला हुआ था। घटनास्थल से टूटी चूड़ियां और खून से सनी कुल्हाड़ी बरामद की गई। (Masturi Risda Husband Murder Wife). पुलिस ने मर्ग कायम कर शव को पोस्टमार्टम के लिए भेजा। पोस्टमार्टम के बाद शव परिजनों को सौंप दिया गया। आरोपी जीवन नोरगे के खिलाफ धारा 103(1) बीएनएस के तहत मामला दर्ज कर उसे गिरफ्तार कर लिया गया है। फिलहाल पुलिस मामले की विस्तृत जांच में जुटी हुई है। (Masturi Risda Murder Case). Balodabazar Murder: बेटे ने मां की बेरहमी से हत्या, फिर खुद थाने पहुंचकर किया सरेंडर

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

ऑनलाइन गेमिंग के नए नियम 1-मई से लागू होंगे:गेमिंग-सर्टिफिकेट अब 10 साल तक वैलिड रहेगा; बिना पैसे वाले गेम्स को रजिस्ट्रेशन से छूट

red and white modern breaking news youtube thumbnail

Janjgir Champa Rape: महिला से रेप कर बनाया वीडियो, इंस्टा पर किया अपलोड ढोंगी बाबा ने कई बार बनाएं संबंध

red and white modern breaking news youtube thumbnail

Bilaspur Suicide: तीन मंजिला इमारत से प्रेमी जोड़े ने लगाई छलांग, युवक की मौत; युवती गंभीर

red and white modern breaking news youtube thumbnail

Gold Silver Price Today: सोने-चांदी की कीमतों में गिरावट, क्यों गिरे दाम?

red and white modern breaking news youtube thumbnail

नेपाल के गृह मंत्री सुदन गुरुंग का इस्तीफा:वित्तीय लेनदेन पर उठे सवालों के बीच लिया फैसला, नई सरकार से दूसरा इस्तीफा

red and white modern breaking news youtube thumbnail

सरकार ने एविएशन फ्यूल में एथेनॉल मिलाने की मंजूरी दी:कच्चे तेल के आयात पर निर्भरता कम होगी; गडकरी बोले-100% ब्लेंडिंग का टारगेट

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