ADVERTISEMENT

Ever had coffee from down under?

This cozy cafe combines the flavors of Australia and the Philippines

Published May 24, 2024 01:52 am

At A Glance

  • How many of you take a bit of pandesal to dip it in the coffee before taking a bite?

cc260b65-e1e6-4e5e-b99d-84abcca0d8fc.jpg

One of the staples of the everyday Filipino breakfast is warm pandesal with hot coffee. The two are a perfect match and can brighten the start of anyone’s day. How many of you take a bit of pandesal to dip it in the coffee before taking a bite? Now imagine enjoying a fresh batch of pandesal while enjoying a roast straight from Melbourne’s iconic Market Lane.

Panco Cafe first found its footing in 2022 after opening its first store in Makati. Its name is a combination of pandesal and coffee. Since then it has found great success in bringing the Melbourne coffee experience to our country. Its third branch recently opened at One Ayala Mall. Here are some dishes and drinks we consider a must-try.

For starters, why not cool off with some iced drinks? One of the bestsellers from the iced non-coffee drinks is Kalma, a unique mix of matcha (Japanese green tea) with fresh calamansi. Tea lovers will enjoy the Melbourne Fog, which has black tea leaves mixed with cream. Those looking for something sweeter can try Ube Pinipig containing fresh milk and housemade ube halaya. Of course, caffeine lovers will find the Melbourne coffee as just the right kick they need to start the day. Just as enticing is the Hot Mocha drink that makes use of rich Davao tablea. If you’re looking for a stronger kick, there’s a menu of caffeinated drinks mixed with alcohol to enjoy as well. Personal favorites are the Boozy Hot Choco and the Bailey Tiramisu.

ca3ed15b-513d-4783-8e69-b9a3198d8047.jpg
Bang Bang Cauliflower
75541429-aaed-4c63-9ebd-5ccf2834d6c1.jpg
Tofu Sisig

Each of the appetizers served worked well with the drinks we enjoyed. Among those served, the Bang Bang Cauliflower stood out as a fan favorite. It’s fried cauliflower doused in just the right amount of hot sauce and paired with coleslaw. Served as well were the Tofu Sisig and Coconut Shrimp Poppers. The poppers had just enough crunch and tasted similar to Ebi-frystyle shrimp. It was served with a sweet and sour sauce that was also spicy. Finally, there was the Inasal Chopped Salad, a healthy mix of greens and grilled goodness.

23dfb23e-7926-49fe-ab88-eaf1c6861742.jpg
Longganisa Pesto Pasta
224218de-08ed-4639-b4ff-294b2ca5caf0.jpg
Pacific Salmon
e65690d7-8974-4986-a7c1-9736887f43ac.jpg
Red Wine Salisbury Steak

Finally, the highlight of every visit to any Panco Cafe branch is having a go at its all-day brunch menu . Go-to meals include the Charred Longganisa and the Breakfast Brisket. The brisket’s flavors are immaculate. It’s likely the result of its marinating process, which can take around two to three days. You can have it enjoy it with your choice of eggs, sunny side up or scrambled, and in two variations—Melbourne style for those who prefer toast and Manila style for those who prefer garlic rice. We were also given a taste of other meals like Sisig Palabok, Longganisa Pesto Pasta, and the Red Wine Salisbury Steak made using Australian red wine. All filling meals, each with unique flavors that stood out.

9fc91a4f-7097-4ce9-9fac-d3d4b7b64e43.jpg
Panco's Kakanin

Related Tags

Poch Eulalia MB Lifestyle Online
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.