Anatolia Restaurant

Halal - Muslim Owned Halal - Muslim Owned

Anatolia Restaurant offers a delightful blend of authentic Turkish and Mediterranean cuisine, focusing on fresh, halal ingredients.

Popular dishes include Lamb Shish, marinated and grilled to perfection, and Beyti Lamb, which features seasoned minced lamb wrapped in lavash. The Testi Kebab, served in a traditional clay pot, is a unique highlight. Other favourites are the Iskender Kebab and Mandi Lamb, both rich in flavour and perfectly cooked. The menu also features a variety of cold and hot appetizers, salads, and traditional Turkish desserts, ensuring a comprehensive and satisfying dining experience​.


Photos

See all →

What's Recommended Here

Add →

Outlets

Advertisement
58 Arab St, Singapore 199755

Reviews

Add →

No reviews yet. Be the first.

Advertisement

Tags


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