ADVERTISEMENT

DSWD:197 poor families graduated from 4Ps

Published Jun 16, 2021 09:48 pm

Almost 200 household-beneficiaries have graduated from the Pantawid Pamilyang Pilipino Program (4Ps) after attaining the self-sufficient status, the Department of Social Welfare and Development (DSWD) said Wednesday, June 16.

Zenitha Ocampo, a Pantawid Pamilyang Pilipino Program beneficiary from Barangay Talisay, Santa Fe, Cebu, hands over the food packs that she and her fellow beneficiaries prepared for the members of the vulnerable sectors in their village. (DSWD/Manila Bulletin File Photo)

The DSWD held a virtual graduation ceremony dubbed “Pugay Tagumpay” for the 197 4Ps beneficiaries on June 10. The event was part of the weeklong celebration of the agency for the second year anniversary of the enactment of Republic Act No. 11310 or 4Ps Act.

“Higit sa anupamang datos o numero, ang pinakamahalaga sa departamento ay ang malaman na may mga magtatapos sa 4Ps dahil kaya na nilang tumayo sa sarili nilang mga paa (More than any data or numbers, the most important thing for the department is to know that those graduating from 4Ps can stand on their own feet),” DSWD Secretary Rolando Joselito D. Bautista said in his message to the graduating program beneficiaries.

The DSWD described the graduation of the 4Ps beneficiaries as a “modest feat” of its flagship program which continues uplifting the lives of Filipino families.

Citing the data from the 4Ps National Program Management Office, the DSWD said since 2020 up to June 8, 2021, a total of 24,043 households from the different regions have graduated from the program.

Households who are assessed as self-sufficient have the capacity to provide for their basic needs, stable income generated from either a permanent job or small business, ability to send their children to school, and are prepared to protect their households from sliding back to poverty, it said.

Lea Rebuta, who was among those who graduated from 4Ps, said she will continue motivating other 4Ps to become self-sufficient like her.

“Ang major plan ko ay ipagpatuloy ang advocacy para sa kabutihan ng benepisyaryo ng 4Ps, kahit wala na sa programang ito” (My major plan is to continue my advocacy for the betterment of other 4Ps beneficiaries, even I am not part of the program anymore),” Rebuta said during the round table discussion.

The 4Ps graduate-beneficiary from Caraga is now into a freelance cake business and now serves as one of the community leaders.

Rebuta said what she learned from the program’s Family Development Sessions (FDS) was the importance of saving money.

She is among those who advocated ’Alkansiya Program’ in the community wherein member-beneficiaries save money regularly until December.

She believed that self-sustaining individuals can contribute to community development.

“Kung kaya ko makatawid sa kahirapan, kaya rin nila (If I can, they can overcome poverty also),” Rebuta said.

The DSWD said the local government units (LGUs) will be tasked to monitor the graduate-beneficiaries “for possible provision of other appropriate assistance to enable them to sustain or further improve their economic status.”

During the ceremony, the LGUs committed to implement an after-care monitoring program to check the status of the Pantawid Pamilya families who have graduated from the program.

Other partner agencies were ready to assist graduating beneficiaries in their journey to become self-sustaining individuals through the provision of livelihood assistance, skills training, and scholarship for their children, the DSWD noted,

“The DSWD commits to assist more families achieve self-sufficiency through the 4Ps and its other programs and services to be able to contribute in building poverty-free communities.”

Related Tags

BAUTISTA POOR FAMILIES GRADUATE 4PS BENEFICIARIES DSWD PANTAWID PAMILYA 4Ps
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.