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

---Advertisement---

Dhamtari News: 3 दिन बाद कब्र खोदकर निकाली गई युवक की लाश, बिना पोस्टमॉर्टम दफनाया था शव

On: फ़रवरी 7, 2026 6:16 अपराह्न
Follow Us:
dhamtari news: 3 दिन बाद कब्र खोदकर निकाली गई युवक की लाश, बिना पोस्टमॉर्टम दफनाया था शव
---Advertisement---

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

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