Home
Cuisine
Food
Photo
Place
Location
Area
Promotions
Signup
Login
Home
Search
Top Halal
Cuisines
Profile
Places
Marrybrown
Marrybrown
Halal Certified
Facebook
Share:
WhatsApp
Facebook
X
Telegram
Copy Link
Community
Photos
See all →
Chicken and Chips
halaltag
Mi Kari
halaltag
Nasi Lemak MB
halaltag
Kiddy Meal
halaltag
Cheesy Burger
halaltag
Ondeh-ondeh Churros
halaltag
Original Churros
halaltag
+1
more photos
See All Photos
Community Picks
What's Recommended Here
Add →
Nasi Lemak
Churros
Fried Chicken
Burger
Recommend a Food
Locations
Outlets
Advertisement
Sentosa
43 Siloso Beach Walk (iFly Singapore), #01-03, Singapore 099010
View Map
Reviews
Reviews
Add →
No reviews yet. Be the first.
Add Review
Advertisement
Tags
Tags
Type
Fast Food
Cuisine
Western
Food
Burger
Churros
Fried Chicken
Nasi Lemak
Follow us on
Instagram
Facebook
TikTok
G
function pvToggle(btn) { btn.disabled = true; var placeId = btn.dataset.placeId; var status = btn.dataset.status; fetch('/u/explore/toggle', { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-CSRF-TOKEN': document.querySelector('meta[name="csrf-token"]').content, 'Accept': 'application/json', }, body: JSON.stringify({ placeID: parseInt(placeId), status: parseInt(status) }), }) .then(r => r.json()) .then(data => { btn.disabled = false; btn.classList.toggle('active', data.active); var icon = btn.querySelector('i'); if (status === '1') { icon.className = data.active ? 'fas fa-heart' : 'far fa-heart'; } else if (status === '3') { icon.className = data.active ? 'fas fa-bookmark' : 'far fa-bookmark'; } }) .catch(() => { btn.disabled = false; }); }