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

---Advertisement---

Bilaspur Murder: बेटे ने फावड़े से बुजुर्ग पिता की नृशंस हत्या, शव के किए कई टुकड़े; मंजर देख कांप जाएगी रूह

On: फ़रवरी 16, 2026 6:42 अपराह्न
Follow Us:
bilaspur murder: बेटे ने फावड़े से बुजुर्ग पिता की नृशंस हत्या, शव के किए कई टुकड़े; मंजर देख कांप जाएगी रूह
---Advertisement---

Bilaspur Murder: छत्तीसगढ़ के बिलासपुर जिले में रिश्तों को शर्मसार करने वाली वारदात सामने आई है. सिरगिट्टी थाना क्षेत्र के मन्नडोल गांव में पैसों के विवाद में एक बेटे ने अपने ही बुजुर्ग पिता की फावड़े से बेरहमी से हत्या कर दी. इतना ही नहीं आरोपी ने शव के कई टुकड़े भी कर दिए.. मृतक की पहचान 70 वर्षीय मनराखन ध्रुव के रूप में हुई है, जबकि आरोपी बेटा नीतू ध्रुव (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!"); } });