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

---Advertisement---

Bilaspur News: हवा भरते समय JCB का फटा टायर, 15 फीट उछला युवक; मौके पर मौत

On: जून 20, 2026 11:51 पूर्वाह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

Bilaspur News: बिलासपुर जिले के चकरभाठा थाना क्षेत्र के बोदरी स्थित एक निर्माणाधीन कॉलोनी में शुक्रवार दोपहर दर्दनाक हादसा हो गया। JCB मशीन के पंचर टायर में हवा भरते समय अचानक जोरदार धमाका हुआ, जिससे एक युवक की मौके पर ही मौत हो गई, जबकि तीन अन्य लोग घायल हो गए। घटना का सीसीटीवी फुटेज भी सामने आया है।. जानकारी के अनुसार निर्माण स्थल पर JCB मशीन के पंचर टायर की मरम्मत का कार्य चल रहा था। पंचर बनाने के बाद टायर में हवा भरी जा रही थी। इसी दौरान अचानक टायर फट गया और तेज धमाके के साथ अफरा-तफरी मच गई।. धमाका इतना जोरदार था कि मौके पर मौजूद 18 वर्षीय हेल्पर उमाकांत कौशिक करीब 15 फीट ऊपर हवा में उछल गया। गंभीर चोट लगने के कारण उसकी मौके पर ही मौत हो गई। हादसे में JCB ऑपरेटर, मैकेनिक समेत तीन अन्य लोग भी घायल हुए हैं। सभी घायलों को उपचार के लिए अस्पताल में भर्ती कराया गया है, जहां उनका इलाज जारी है।. घटना का सीसीटीवी फुटेज सामने आया है, जिसमें टायर फटने और युवक के हवा में उछलने का भयावह दृश्य कैद हुआ है। सूचना मिलते ही चकरभाठा थाना पुलिस मौके पर पहुंची और घटनास्थल का निरीक्षण किया। पुलिस ने मामला दर्ज कर जांच शुरू कर दी है। हादसे के कारणों की जांच की जा रही है।

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