Friday, June 27, 2025
32.9 C
Singapore

Subway turns Halal, some consumers want pork back on the menu

The long-running battle between the need to go halal or stay non-halal has always been a big issue in some countries.

It is one that sparks debate in Singapore too, at times, and the Majlis Ugama Islam Singapura (MUIS) recent statement that Subway restaurants were interested in serving Halal food sparked a debate on Twitter.

“Please Don’t Go Halal” for Subway said the brand should stay non-halal because there are not enough non-halal fast food restaurants in Singapore and proceeded on saying: ‘I want my pork’.

The user also said that those who want Subway to remain non-Halal should start a “Please Don’t Go Halal” petition, said WFTV today.

Another netizen then responded by saying that there are many non-halal restaurants in Singapore and Muslims aren’t complaining, while when it’s vice versa when it comes to Halal restaurants?

 

See also  That 54 were terminated without due process in Temasek owned Surbana only surfaces now

Hot this week

US and China strike deal to expedite rare earth shipments amid trade tensions

WASHINGTON/BEIJING: China and the United States have reached an...

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