Thursday, June 26, 2025
32.3 C
Singapore

Honda civic driver badly damages motorbike and drives-off when confronted

Leonard Chia shared the video of a car hitting a motorcycle (FBE4613E) as it was driving-off from a carpark in Woodlands. He said the driver, a woman, and the passenger (who Leonard assumes is her son) looked annoyed when he confronted them about the accident.
“I managed to stop her and encouraged her to take a look at the damage done,” he said.

front tire is bent
front tire is bent

fluid leaking from motorbike
fluid leaking from motorbike

There was however no significant damage to the car said Leonard.
carhondaLeonard was not able to take down other details of the driver, but hopes that the video he posted on Facebook will help the motorbike rider claim appropriate damages.

Please help to share with rider of FBE4613E, I saw the driver of EM5400T hitting the bike and driving off. I managed to…

Posted by Leonard Chia on Sunday, 21 February 2016

See also  British couple in Singapore seeks help to pay baby’s £140,000 medical bill

Hot this week

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