ADVERTISEMENT

Over 400,000 residents benefit from Aksyon Agad in QC's first district, says Arjo Atayde

Published Mar 25, 2025 04:25 am

At A Glance

  • In his speech, Atayde emphasized that "projects or numbers are not at the core of Aksyon Agad, but every person helped and every family lifted up."<br> 
arjo.jpeg
Rep. Arjo Atayde delivers his State of the District Address at SM North in Quezon City on March 24.

In a comprehensive State of the District Address (SODA) delivered on Monday at the Skydome in SM North, Quezon City 1st District Rep. Juan Carlos “Arjo” Atayde reported that more than 400,000 individuals have directly benefited from his signature “Aksyon Agad” programs since taking office in 2022.

“Sa ilalim ng Aksyon Agad, naisakatuparan natin ang mga programang may direktang epekto sa pang-araw-araw na buhay ng ating mga mamamayan. (Under Aksyon Agad, we have implemented programs that have a direct impact on the daily lives of our people)," said the lawmaker, as he detailed the impact of his office’s initiatives in employment, education, health, youth development, disaster response, and infrastructure.

In his speech, Atayde emphasized that “projects or numbers are not at the core of Aksyon Agad, but every person helped and every family lifted up.”

Among the key accomplishments he highlighted were the following:

– 11,498 workers assisted through the TUPAD emergency employment program  
– 1,500 applicants connected to overseas jobs through the Taiwan Job Fair  
– 1,100 residents trained under TESDA and other livelihood initiatives  
– 245 small entrepreneurs supported with ₱15,000 in capital via the Sustainable Livelihood Program  
– 60 dialysis patients a day receiving free treatment at the district’s new facility  
– 75,466 individuals provided with medical assistance  
– 4,598 students receiving CHED educational aid, and 1,410 scholars supported under Tulong Dunong and SMART  
– 132,567 families benefiting from the Rice Distribution Program  
– 65,300 residents receiving free meals through Kusina on Wheels  
– 64,000 families given Pamaskong Handog during the holiday season  
– 7,789 families aided after fires and 3,501 families provided with burial assistance  
– 40,684 individuals extended financial assistance for various needs

According to Atayde, “sa bawat pisong inilalaan ng gobyerno para sa ating distrito, sinisigurado nating walang nasasayang—lahat ay napupunta sa programang direktang makakatulong sa inyo.”

“Public service is not about grand gestures or sweet words—ito ay ang mabilis, epektibo, at tunay na pagtugon sa pangangailangan ng tao… Projects or numbers are not at the core of Aksyon Agad, kundi ang bawat taong natulungan at bawat pamilyang naiangat.”

On education and youth development, he shared that  “sa pamamagitan ng CHED Educational Assistance, 4,598 mag-aaral ang nabigyan ng suporta para maipagpatuloy ang kanilang pag-aaral” while “a total of ₱2,817,000.00 in cash allowance ang naipamahagi sa 929 senior high school students sa ilalim ng Tulong Eskwela Program.”

The young legislator also pointed out the important role of sports development as he revealed that the Aksyon Agad Sports Program supported 987 young athletes, while the Inter-Barangay Youth Program and Council League that was launched during his first term was expanded to foster unity and discipline. 

“Next year, the program will expand to include badminton, chess, darts, and bowling—giving more residents the opportunity to participate and strengthen community ties,” said Atayde.

Atayde closed the SODA by thanking his wife, Maine, and his family for their support. He also extended his gratitude to his constituents and said that he would never take their trust for granted.

“Wala po ako rito kung hindi dahil sa inyong tiwala—isang tiwalang hindi ko kailanman ipagwawalang-bahala. Sa bawat araw na lumilipas, patuloy kong pinagsisikapan na patunayan na karapat-dapat ako sa pagkakataong ibinigay ninyo sa akin…Maraming, maraming salamat, Distrito Uno! Thank you for believing in me; I won't let you down. (I wouldn't be here if it weren't for your trust—a trust I will never take for granted. With each passing day, I continue to strive to prove that I am worthy of the opportunity you have given me… Thank you, thank you, District One! Thank you for believing in me; I won't let you down.)

Related Tags

matalinong boto 2025
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.