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

---Advertisement---

ऑटो रिक्शा में छूटा बैग, लाखों के सोने के जेवर लेकर फरार हुआ चालक!

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

बिलासपुर: चकरभाठा थाना क्षेत्र में ऑटो रिक्शा में रखा बैग महिला के लिए बड़ी मुसीबत बन गया। बैग से लाखों रुपये के सोने के जेवर गायब होने के बाद पीड़िता ने पुलिस में शिकायत दर्ज कराई है। ग्राम बुंदेला निवासी भगवती कौशिक ने बताया कि 15 जुलाई को वह अपनी बहन और बुआ के साथ ऑटो से अमेरी जा रही थीं। रास्ते में चकरभाठा स्थित एक ज्वेलरी दुकान के पास ऑटो चालक के कहने पर उन्होंने बैग वाहन में ही छोड़ दिया और खरीदारी करने चली गईं। लौटने के बाद वे उसी ऑटो से घर पहुंचीं, लेकिन अगले दिन बैग की जांच करने पर उसमें रखा करीब 15 ग्राम सोने का मंगलसूत्र, ईयर रिंग और चोकर माला गायब मिला।

पीड़िता का आरोप है कि आसपास लगे सीसीटीवी कैमरों की फुटेज में ऑटो चालक बैग से जेवर निकालते हुए दिखाई दे रहा है। पूछताछ करने पर चालक ने पहले टालमटोल की और बाद में गहने लौटाने का भरोसा दिया। शिकायत के अनुसार, उसने सरपंच प्रतिनिधि के सामने भी जेवर वापस करने या उसकी कीमत चुकाने की बात कही, लेकिन बाद में बैंक से पैसे लाने का बहाना बनाकर मौके से फरार हो गया। चकरभाठा पुलिस ने आरोपी के खिलाफ भारतीय न्याय संहिता (BNS) की धारा 303(2) के तहत मामला दर्ज कर जांच शुरू कर दी है।
The post ऑटो रिक्शा में छूटा बैग, लाखों के सोने के जेवर लेकर फरार हुआ चालक! appeared first on News Today Chhattisgarh.

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