Thursday, June 26, 2025
30.8 C
Singapore

500 evacuated in a fire at Grand Hyatt hotel, thick billowing smoke seen

Early on Wednesday morning, a fire broke out at the kitchen of a restaurant in Grand Hyatt hotel along Scotts Road.

No injuries were reported.

The Singapore Civil Defence Force (SCDF) were on scene at about 11.20am, but in a statement to the media, they added that the fire was extinguished by a water sprinkler before the SCDF arrived.

According to SCDF, the cause of the fire had something to do with the kitchen stove and kitchen exhaust ducting at the restaurant which was on the second floor of the hotel.

Videos of the incident circulating online and on social media show thick smoke billowing out of the hotel.

As a precautionary measure, about 500 people were evacuated from the premises by security personnel.

Two water jets were also used to wet the ducting, to prevent the fire rekindling from hot burnt surfaces.

See also  SBS bus captain praised for returning lost backpack containing S$14K

Hot this week

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

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