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

---Advertisement---

CG Cooler Current Case: शादी के दूसरे दिन दुल्हे की मौत, मामला जान दंग रह जायेंगे आप

On: मई 7, 2026 12:51 अपराह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

CG Cooler Current Case: छत्तीसगढ़ के बालोद जिले से एक दर्दनाक घटना सामने आई है। डौंडीलोहारा क्षेत्र के ग्राम तूरमुड़ा में शादी के दूसरे दिन ही एक नवविवाहित युवक की करंट लगने से मौत हो गई। वह घर में लगे कूलर में पानी भर रहा था। इसी दौरान वह अचानक करंट की चपेट में आ गया।. जानकारी के अनुसार, मृतक की पहचान 32 वर्षीय गजेन्द्र साहू के रूप में हुई है। उसका विवाह एक दिन पहले ही हुआ था। रविवार सुबह करीब 7 से 8 बजे के बीच वह घर में लगे कूलर में पानी भर रहा था। इसी दौरान वह अचानक करंट की चपेट में आ गया।. परिजनों ने तुरंत उसे उपचार के लिए शासकीय अस्पताल पहुंचाया, लेकिन डॉक्टरों ने जांच के बाद उसे मृत घोषित कर दिया। बताया जा रहा है कि कूलर का बटन बंद था, लेकिन उसका तार स्विच बोर्ड में लगा हुआ था और बिजली सप्लाई चालू थी। पानी भरते समय करंट प्रवाहित होने से यह हादसा हो गया।. मंगचुआ थाना प्रभारी सुनील तिर्की ने बताया कि पोस्टमार्टम के बाद शव परिजनों को सौंप दिया गया है। मामले में मर्ग कायम कर जांच की जा रही है।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

वर्ल्ड अपडेट्स:अरब सागर में अमेरिकी नौसेना के हेलिकॉप्टर की इमरजेंसी लैंडिंग; 3 क्रू मेंबर सुरक्षित निकाले गए, 1 लापता

red and white modern breaking news youtube thumbnail

IND vs ENG: बारिश में धुला भारत-इंग्लैंड के बीच पहला टी20, अभिषेक और श्रेयस ने लगाए अर्धशतक; सैमसन फिर फ्लॉप

red and white modern breaking news youtube thumbnail

30 दिन जेल में रहे तो PM-CM की कुर्सी जाएगी:संसदीय समिति प्रावधान हटाने के पक्ष में नहीं; मानसून सत्र में बिल दोबारा आ सकता है

red and white modern breaking news youtube thumbnail

CG News: डेढ़ घंटे तक तालाब में पड़ा रहा युवक, मृत समझ बाहर निकाला तो उठकर बैठ गया

red and white modern breaking news youtube thumbnail

CG Tehsildar Transfer: बड़ी संख्या में तहसीलदारों का तबादला, देखें लिस्ट-

red and white modern breaking news youtube thumbnail

CG News: छत्तीसगढ़ के कलाकारों के लिए खुशखबरी, वार्षिक सांस्कृतिक आयोजनों के लिए आवेदन शुरू; जल्द भरें फॉर्म

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