Thursday, June 26, 2025
30.8 C
Singapore

Man found dead at foot of Woodlands block after allegedly attacking another with knife

SINGAPORE: A 33-year-old man was found dead at the foot of a HDB block in Woodlands on Saturday evening (June 21), shortly after allegedly injuring another man in a suspected domestic dispute.

The police said they were alerted to the incident at Block 684A Woodlands Drive 73 around 7.40pm. When officers arrived, they found a 31-year-old man with injuries believed to have been caused by a knife. He was conscious when taken to the hospital and is currently receiving medical treatment.

Preliminary investigations suggest that the two men were involved in a dispute inside a flat prior to the incident. The older man is said to have attacked the younger man with a knife before fleeing the unit. He was later discovered lying motionless at the foot of the block. A paramedic pronounced him dead at the scene.

Police do not suspect foul play in his death.

According to Lianhe Zaobao, the deceased was not a resident of the unit and is believed to have been in a romantic relationship with the injured man.

See also  Man’s late-night snack of CP fried rice includes vacuum-sealed cockroach

Police investigations are ongoing.

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