// Adds dimensions UUID, Author and Topic into GA4
Saturday, July 19, 2025
28.8 C
Singapore

14-year-old boy sent to hospital after being hit by car in Toa Payoh

SINGAPORE: A 14-year-old boy has been hospitalised after he was involved in a car accident in the Toa Payoh neighbourhood yesterday morning (Oct 4).

The police have confirmed that they received a call for assistance at 8.44 am, reporting an accident involving a car and a cyclist along Toa Payoh Lorong 6, going towards Lorong 1.

Photos taken by eyewitnesses were shared on the SG Road Vigilante Facebook page and show that the impact of the crash was so severe that the windshield of the car was cracked and the bonnet of the vehicle was significantly dented. Photos show a person lying in front of the car while a bicycle can be seen lying on the ground, with a white school shoe balanced on one wheel.

Police said the 14-year-old cyclist was conscious and has been sent to the KK Women’s and Children’s Hospital. Investigations are ongoing.

See also  REACH member admits he doesn't know the details of how feedback is relayed to relevant authorities

Hot this week

World marathon record-holder Ruth Chepng’etich suspended for positive doping test

Distance runner Ruth Chepng'etich, has been suspended after testing...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });