Wednesday, June 25, 2025
29 C
Singapore

Body found in garbage chute area of HDB block in Woodlands

The police were alerted to a case of unnatural death at 12.05pm on Monday (12 Aug) after a cleaning crew found a man’s body on the ground floor rubbish chute area at Block 677 Woodlands Avenue 6.

The cleaners reportedly found the body when they opened the door to the garbage chute in the morning. The police said that a 64-year-old man was found lying motionless and was pronounced dead by paramedics at the scene.

Investigations are ongoing. -/TISG

See also  Singapore, along with 47 other countries, must pay $17 for the new digital travel registration scheme

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