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

---Advertisement---

Raigarh Elephant Attack: लकड़ी लेने गए बुजुर्ग को हाथी ने कुचला

On: फ़रवरी 2, 2026 5:53 अपराह्न
Follow Us:
raigarh elephant attack: लकड़ी लेने गए बुजुर्ग को हाथी ने कुचला
---Advertisement---

Raigarh Elephant Attack: छत्तीसगढ़ में जंगली हाथियों का आतंक थमने का नाम नहीं ले रहा है. ताजा मामला रायगढ़ जिले के धरमजयगढ़ (Dharamjaigarh Elephant Attack) वनमंडल के छाल रेंज से सामने आया है. जहां चुहकीमार ग्राम में एक जंगली हाथी के हमले से बुजुर्ग ग्रामीण की दर्दनाक मौत हो गई. सूचना मिलते ही वन विभाग की टीम और हाथी मित्र दल मौके पर पहुंचकर स्थिति को संभालने में लग गए. (रायगढ़ हाथी हमला)

Image 59 300x169

मृतक की पहचान 70 वर्षीय गंगाराम सारथी के रूप में हुई है. जानकारी के अनुसार, गंगाराम रोजाना की तरह सुबह करीब 10 बजे लकड़ी लेने के लिए जंगल गया हुआ था. दोपहर लगभग ढाई बजे के आसपास जंगल में उसका सामना एक विशालकाय हाथी (Raigarh Hathi Hamla) से हो गया. इससे पहले कि बुजुर्ग संभल पाता, हाथी ने उस पर हमला कर दिया और उसे कुचलकर मौत के घाट उतार दिया. फिलहाल वन विभाग ने शव को कब्जे में लेकर पोस्टमार्टम और मुआवजे की आगे की कार्रवाई शुरू कर दी.

Image 58 300x292

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