Prime Minister Lee Hsien Loong posted a picture of his new PAssion Silver Concession Card for senior citizens earlier today only to be trolled mercilessly by many commenters. The card launched earlier this month, provides concessionary fares on public transport to older Singaporeans, as well as discounts at retail outlets like Giant and attractions like Gardens by the Bay. In posting the picture Mr Lee said: “I am now a certified senior citizen! :)”

Lee posts picture of his senior citizen concession card on Facebook only to be mercilessly trolled by citizens
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);
}
});
