Friday, June 27, 2025
30.4 C
Singapore

SMRT bus involved in serious accident at Choa Chu Kang Crescent

Several Facebook users shared pictures of an accident which happened at Choa Chu Kang Crescent earlier today. In the multi-vehicle accident, an SMRT bus mounted the kerb and hit a tree on the pavement before coming to a stop. A gray car also rear ended the SMRT bus number 302.

picture credit: FB user Rose Lim

Facebook user Sulastri Kusen said that the accident happened past 2pm and within a few minutes there were several ambulances and police officers in the area. She described it as a very bad accident which never happened before in that area.

Facebook user Theresa Lim said that she heard a loud bang and hoped that the bus driver is unhurt. The front of the bus was smashed.
It is unclear if any passengers were hurt in the accident. Police have cordoned off a large section of the pavement around which the accident happened.

See also  Govt steps up testing measures for migrant workers as imported COVID-19 cases rise

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