ADVERTISEMENT

Winner winner chicken dinner

Discovering Manama roast chicken

Published Mar 28, 2024 04:26 am

Many countries have similar dishes. We have pochero, France and the Middle East have pot au feu, and the Spanish have cocido. To the Spanish, pochero is the container where the cocido is boiled for hours with tough beef, chicken, chorizo, noodles, etc.

Another dish found in other countries is roast chicken. A well-made roast chicken can be a family winner or even good enough to be made into a business.

In our country, we have lechon manok, and many Asian and European countries have their own versions. My brother-in-law Joey Mendoza shared with me a recipe of French roast chicken. Oh my. Outstanding dish! You see, Joey has an apartment at the Ile Saint-Louis at the back of Notre Dame in Paris.

When he gets lazy to cook, he told me he just goes down to the local food store and grabs this delicious roast chicken, which is roasted all day. Joey shared the recipe and boy, what a winner! I always bring this chicken to many potluck meals. It always makes for a conversation piece, plus I have to hand out the recipe, for a price, that is. That’s a joke.

Manama.jpg

Every day, as soon as I wake up and as soon as I’m done with my quiet time, I spend time looking at food and restaurant posts and recipes of various dishes. Not all the endorsements, like recipes, catch my attention. I have an idea what is good and what I think will work.

An hour or two after I wake up, I am either walking or playing badminton. My goal is to make it to noontime without eating. I’ve been trying to do intermittent fasting for the longest time. So, to reach noon, I have to keep myself distracted doing various things like grocery, buying eggs, or just driving to get to the dining place. Otherwise I might fail and eat before 12 noon. That’s my routine almost every day if I’m not busy.

MB (6).jpg

This one time, my attention was caught by a Middle Eastern roast chicken with reddish basmati rice called bukhari rice. The name alone called me. It was around 11 am and by the time I got there, it was the perfect time to eat. The place is a bit far from where I live, but I didn’t mind. I love driving. As long as my aircon and radio work, I’m fine. Traffic doesn’t bother me.

Manama 1.jpg
MIDDLE EAST BEST. Crispy, moist, loaded with Middle Eastern flavors, this roast chicken goes well with bukhari rice and garlic sauce

When I got to Manama Roasted Chicken, the place was swarming with pick up drivers. There was nowhere to eat. There were a few roasters all filled up with browning chicken. Just by the number of motorcycle drivers picking up orders, I knew I found a winner. I got a whole chicken topped over bukhari rice. I was also given a sauce that looked tomato-based. Bitin, I couldn’t eat there. The good news was it cost me only P299.

So I instead drove straight to Banawe and had a light meal at the Taiwanese turo-turo called Fong Wei Wu. I probably ordered the wrong items. So I drove home and went straight to my daughter Ali’s room to share my Manama chicken with her and Bingo, her boyfriend. Oh my gosh, what a winner! The chicken was crispy, moist, loaded with herby Middle Eastern flavors that went so well with the red rice. I regretted not ordering extra sauce because that unique and simple-looking sauce was delicious. Gone in 60 seconds! It was so good Bingo ordered again the next day, but this time with extra sauce. I have been ordering from Manama since I discovered it.

Here’s an example of a dish found in many countries brought home and made into a successful business by our kababayan. Kaka-proud!

Manama Roast Chicken is located at 139 Quirino Highway, Baesa, QC. +63 956 824 4761

I love discovering places like these. I will keep my eyes and senses open to new discoveries!

Happy eating!

Related Tags

MB Lifestyle Online Sandy Daza chicken
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.