ADVERTISEMENT

Sen. Lito Lapid pushes for bill seeking to grant social pension to persons with disabilities or PWDs

Published May 10, 2020 12:00 am
By Hannah L. Torregoza Senator Manuel “Lito” Lapid is now pushing for a bill seeking to provide monthly social pension to persons with disabilities (PWDs) who are currently without any permanent source of income or regular monetary support. Senator Manuel “Lito” Lapid (Senator Lito Lapid / Facebook / MANILA BULLETIN) Senator Manuel “Lito” Lapid (Senator Lito Lapid / Facebook / FILE PHOTO / MANILA BULLETIN) In filing Senate Bill No. 1506, Lapid expressed belief this particular vulnerable sector should be given priority by the government in its social services program especially at a time the country is facing a global health crisis due to the novel coronavirus or COVID-19 pandemic. “Sa panahon na matindi ang pagsubok at kahirapan na pinagdaraanan ng publiko, wag sana natin kalimutan na mas higit na hirap ang dinaranas ng mga kapatid nating may kapansanan (During times of a deep crisis and poverty that the public is experiencing, let’s not forget that we have poor fellowmen who are suffering an impairment and are in dire need of help),” Lapid said in a statement. “Kailangan nila ng tulong mula sa gubyerno at karapatan din nilang makatanggap ng ayuda para makabili ng mga pangangailangan nila, (They need the help of the government and they have the right to receive aid so they can afford to buy what they need),” he said. The bill primarily seeks to give priority to the needs of vulnerable sectors such as PWDs who are suffering from restriction of different abilities, as a result of a mental, physical, or sensory impairment. Under the measure, all indigent PWDs, as verified and certified by the Department of Social Welfare and Development (DSWD) and the National Council on Disability Affairs (NCDA) shall be entitled to a monthly social pension amounting to P2,000. An initial amount of P2-billion will be allocated for the first year of its operation and shall be included in the annual General Appropriations Act (GAA). “Malaking bagay na may dagdag tulong pinansyal ang ating gubyerno sa mga kapatid nating may kapansanan at walang regular na pinagkukunan ng kita. Inaasahan nating gagamitin ang ayudang ito para ipambili ng kanilang pagkain at gamot kada buwan (It’s a big deal if the government can provide additional financial aid to our PWDs who have no regular income. We hope to use this funds so they can buy their food and medicines in a monthly basis),” the senator pointed out. “Sisiguraduhin din natin na maglalagay ng sapat na pondo ang Kongreso para mapatupad ng maayos at mabilis ang programang ito oras na maisabatas na ito (We also want to make sure that the funds Congress will allocate will be implemented and distributed efficiently once this is passed into law),” Lapid assured. Under the bill, the DSWD and NCDA would be tasked to create a database of all indigent PWDs, which should be regularly updated to ensure a comprehensive and accurate information. The issuance of an authentic PWD Identification card, pursuant to the Magna Carta for Persons with Disabilities (RA 7277), will be a prerequisite to qualify as a beneficiary under the proposed Act. Any PWD, parent, relative or any degree of consanguinity, or any third person who will be found to be deliberately committing any fraudulent act of enrolling a PWD to the program when the said person is not an indigent; or when said PWD is already capable of supporting his/her own self as certified by the DSWD, would be fined not less than P25,000 but not exceeding P50,000 during the first violation. For subsequent violations, a fine of not less than P50,000 but not exceeding P100,000 will be implemented.
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.