Home
Cuisine
Food
Photo
Place
Location
Area
Promotions
Signup
Login
Home
Search
Top Halal
Cuisines
Profile
Places
Ritz Apple Strudle
Ritz Apple Strudle
Halal Certified
Website
Share:
WhatsApp
Facebook
X
Telegram
Copy Link
Community
Photos
See all →
Apple Strudle
halaltag
Strawberry Strudle
halaltag
See All Photos
Community Picks
What's Recommended Here
Add →
No recommendations yet. Be the first.
Recommend a Food
Locations
Outlets
Advertisement
AMK Hub
53 Ang Mo Kio Avenue 3, #B2-30, Singapore 569933
View Map
Bedok Mall
311 New Upper Changi Road, #B2-K8, Singapore 467360
View Map
Bugis Junction
200 Victoria Street, B1-K12, Singapore 188021
6469 3470
View Map
NEX Mall
23 Serangoon Central, #03-K9, Singapore 556083
65096001
View Map
Ng Teng Fong General Hospital (NTFGH)
1 Jurong East Street 21, #02-29 (Tower A), Singapore 609606
62504079
View Map
Reviews
Reviews
Add →
No reviews yet. Be the first.
Add Review
Advertisement
Tags
Tags
Type
Bakery/ Cake Shop
Stall
Cuisine
Food
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; }); }