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

---Advertisement---

CG Elephant Attack: हाथी ने ग्रामीण को कुचला, घरों को भी तोड़ा

On: जुलाई 18, 2026 4:13 अपराह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

CG Elephant Attack: छत्तीसगढ़ के बलरामपुर जिले से एक दिल दहला देने वाली घटना सामने आई है, जहां हाथियों के हमले में एक ग्रामीण की मौत हो गई। शुक्रवार रात राजपुर वन परिक्षेत्र के रेवतपुर के नवापारा क्षेत्र में हाथियों के दल के पहुंचने से इलाके में अफरा-तफरी मच गई।. 4 हाथियों का दल कर रहा था विचरण. जानकारी के अनुसार रेवतपुर के नवापारा क्षेत्र में चार हाथियों का दल विचरण कर रहा था। देर रात बारिश के दौरान हाथी राजपुर वन परिक्षेत्र के गांव में पहुंच गए और घरों को नुकसान पहुंचाने लगे। इस दौरान ग्रामीण अपनी सुरक्षा के लिए घरों से बाहर निकलने लगे।. भागते समय ग्रामीण की मौत. मृतक की पहचान बालम साय के रूप में हुई है। बताया जा रहा है कि हाथियों से बचने के लिए वह भाग रहे थे, तभी एक हाथी के हमले में उनकी मौत हो गई। घटना की सूचना मिलते ही वन विभाग की टीम मौके पर पहुंची।. वन विभाग के अधिकारियों ने घटनास्थल पहुंचकर परिजनों को तात्कालिक सहायता राशि प्रदान की। साथ ही प्रभावित क्षेत्र में निगरानी बढ़ा दी गई है। ग्रामीणों से सतर्क रहने और हाथियों की गतिविधियों की जानकारी मिलते ही सुरक्षित स्थान पर जाने की अपील की गई है।

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