ADVERTISEMENT

NAVI PH conquers PLDT Home Athena Cup, heads to MLBB Women's International 2026

Published Jun 18, 2026 08:46 am
Following its championship run at the all-female Mobile Legends tournament Athena Cup 2026, esports team NAVI PH is now setting its sights on the Mobile Legends: Bang Bang Women’s Invitational (MWI) this July. The team emerged victorious in the month-long PLDT Home-powered Athena Cup, which served as the Philippines’ premier all-female MLBB competitive platform and official qualifier for the global tournament.
The Athena Cup underscores the discipline, coordination, and rising talent driving the country’s growing presence in global women’s esports, reflecting PLDT Home’s continued support for platforms that provide female players with greater visibility and opportunity.
As they prepare for MWI 2026, NAVI PH remains focused on refining their team’s consistency and cohesion, which were key to their recent win.
“What sets our team apart is our discipline,” said jungler Keishi. “We have a deep level of trust in each other, and that shows in how we play. Our in-game discipline and chemistry are at 100 percent.”
Roamer Meraay emphasized the importance of platforms like the Athena Cup for elevating women in esports.
“We’re very thankful that we had this opportunity and exposure to showcase our potential, especially in a male-dominated industry,” she said. “This serves as a bridge for others to see what we’re capable of. We hope women in esports continue to receive more support so more players are inspired to pursue this path.”
“To aspiring women players, just keep going and continue doing what you love – that’s where we all started,” she added.
Rainn, who was named the Most Valuable Player, emphasized the team’s mindset heading into the international competition.
“For us, it’s about staying focused and continuing to improve,” she said. “We take things one game at a time and make sure we’re always learning from each match.”
Head coach King Salman echoed this sentiment, stressing the importance of consistency and staying grounded as they prepare for the global stage.
“This is just the beginning – our job isn’t done yet,” he said. “We want to build on this and become even more consistent in the coming months. I hope this achievement stays in the team’s hearts, not in their heads, and that they stay humble and teachable.”
He added, “They’ve been very cooperative and open to learning, which is something we hope to sustain moving forward. Discipline comes from preparation, and that’s something we continue to focus on as a team.”
Get in the game with the ultimate IGV Game Pass when you apply for a PLDT Home Fiber Plan. PLDT Home Life turns your home into a complete digital playground — delivering a complete gaming experience for the family, powered by fast, reliable speeds.
For only P1,448 per month, enjoy Unli Fiber with a FREE speedboost of up to 100 Mbps, plus a FREE Always On Fiber + LTE modem for six months, ensuring a fast and reliable connection that keeps you in the game when it matters most. Enjoy a FREE one-year IGV Game Pass and access a selection of FREE Steam games at no additional cost. It's the perfect bundle for players looking to get more from their home internet while enjoying their favorite games.

Related Tags

PLDT Home esports MLBB
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; } }

{{ static_articles_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.