ADVERTISEMENT

Padilla urges calm amid Lacson's return as blue ribbon panel chair

Published Nov 3, 2025 11:23 am
Senator Robinhood Padilla called for sobriety and unity in the Upper Chamber following the return of Senate President Pro Tempore Panfilo “Ping” Lacson as chairman of the powerful Senate Blue Ribbon Committee.
Senator Robinhood Padilla (Photo from Facebook)
Senator Robinhood Padilla (Photo from Facebook)
In a Facebook post on Monday, Nov. 3, Padilla acknowledged that political differences make it difficult to stay calm, but warned that hurling mud at one another over the panel’s leadership would not help the institution.
“Mga kababayan ko, ano man ang ating kulay sa pulitika batid ko na mahirap humiling ng kalma, pero hindi po makakatulong sa Senado kung tayo ay magpupukulan pa ng mga putik sa kung sino ang mamuno sa imbestigasyon (My fellow countrymen, whatever our political colors may be, I know it’s difficult to ask for calm, but it will not help the Senate if we keep throwing mud at one another over who should lead the investigation),” Padilla said.
The senator noted that the Blue Ribbon Committee—tasked with investigating corruption and government anomalies—had been struggling to find a leader, joking that it had become a “Red Ribbon” Committee because no one wanted to chair it.
“Naging Red Ribbon na nga po ang Blue Ribbon Committee ng wala ng gustong mamuno dito (The Blue Ribbon Committee has practically turned into a “Red Ribbon” Committee since no one wanted to lead it anymore),” he quipped.
Padilla welcomed Lacson’s return, expressing confidence in his leadership despite differences in political alignment.
He also acknowledged that members of the minority bloc had preferred Senator Rodante Marcoleta for the role but emphasized that the power to appoint the chair lies with the majority bloc.
“Bagamat batid ko po na ang mga kababayan natin na kasama namin sa minority bloc ay pabor kay Senator Rodante Marcoleta pero hindi po natin maipipilit ang kagustohan natin dahil wala po sa minority ang kapangyarihan para magtalaga ng tagapangulo ng komite (Although I know that our fellow countrymen in the Minority bloc favor Senator Rodante Marcoleta, we cannot insist on our preference because the power to appoint the committee chair does not lie with the minority),” Padilla explained.
Padilla urged the public to trust Lacson’s leadership and expressed gratitude that the Blue Ribbon Committee would once again be led by someone from the majority bloc.
“Manalig po muna tayo sa magiging muling takbo ng pamumuno ni Senator Panfilo Lacson. Magpasalamat na rin po tayo at siya ang muling tagapangulo ng komite ng Blue Ribbon mula sa Majority bloc (Let us first place our trust in the renewed leadership of Senator Panfilo Lacson. Let us also be thankful that he is once again the chairman of the Blue Ribbon Committee from the Majority bloc),” he said.
He added that Lacson’s appointment was preferable to having the committee led by openly partisan senators, warning that political bickering could further drag the Senate “into quicksand.”
“Kesa po sa ibang mga senador na batid natin at lantaran ang kulay ng pulitika, na maaring pagmulan ng mas mainit na palitan ng mga putik na mas magbabaon sa Senado sa kumunoy/quicksand (Rather than having other senators, whose political colors are openly known, lead the committee, as that could spark even fiercer exchanges of mudslinging that would only drag the Senate deeper into the quicksand),” Padilla concluded.
Lacson said on Saturday, Oct. 25, that he will set the Senate Blue Ribbon Committee’s next hearing on anomalous flood control projects on Nov. 14, in the event he gets reelected as the panel's chairman once the Senate resumes session on Nov. 10.
Lacson said a "very important witness" will be invited to the hearing to expedite the filing of airtight cases against some politicians, Department of Public Works and Highways (DPWH) officials, and erring contractors.

Related Tags

Senate Blue Ribbon Committee Senate President Pro Tempore Panfilo \"Ping\" Lacson Robin Padilla Senate of the Philippines
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.