ADVERTISEMENT

'Odette'-affected families to receive maximum of P5,000 'ayuda' each- Año

Published Jan 5, 2022 12:09 pm

Each family affected by typhoon "Odette" will receive a maximum amount of P5,000 from the national government as form of "ayuda" (assistance), Department of the Interior and Local Government (DILG) Secretary Eduardo Año said.

Año said the intended beneficiaries are low income families and those severely affected by the weather disturbance. Each individual member of a family will receive P1,000 but the assistance per family will not exceed P5,000.

To ensure that only the qualified beneficiaries get the ayuda, Año ordered the local government units (LGUs) to post on social media or conspicuous places the list of eligible recipients prior to the distribution.

He noted that the LGUs have 15 days to complete the payout and will have to form a grievance and appeals committee to act on all the complaints regarding the cash assistance.

If the need arises, Año stated that the Philippine National Police (PNP) and the Armed Forces of the Philippines (AFP) will be tapped to provide additional manpower to ensure the orderly ayuda distribution process.

On Jan. 3, Año disclosed that the fund for the ayuda were released to the concerned LGUs with the DILG having conducted on how the payout will be handled more efficiently as these are sorely needed by the affected families.

“Malaki pong halaga ang ating idi-distribute. Ang total po ay P4.85 billion. Bukod pa po ito sa mga ibinigay nating assistance sa pag-repair ng kanilang mga bahay. Ito po ay cash assistance lamang. Bukod pa rin ito sa mga food packs na ipinamimigay ng ating DSWD (Department of Social Welfare and Development) (We are going to distribute a huge amount. The total is P4.85 billion. This is aside from the assistance we gave for the repair of their houses. This is only a cash assistance. This is also aside from the food packs distributed by the DSWD),’’ Año explained.

With six regions severely devastated by typhoon Odette, Año said that 27 provinces, cities and municipalities were affected with Palawan being hardest hit getting P195 million cash aid.

In Region VI, Año revealed that P1.6 billion monetary aid was given to 134 cities and municipalities with Negros Occidental getting the lion’s share of P1.059 billion.

A total of 109 cities and municipalities in Region VII were affected by the typhoon with Negros Oriental receiving P475 million and Cebu province getting P458 million.

The DILG chief reported that 64 cities and towns in Region VIII were also benefited from the payout with Southern Leyte being allotted P409 million cash assistance.

In Region X, Año said that five provinces comprising 57 cities and municipalities were the recipients of the government’s assistance with Misamis Mroental getting the highest amount of P99 million.

“At ito naman po ang CARAGA or Region XIII na nagco-cover sa 71 cities and municipalities that were severely affected. Ang Surigao Provinces, Del Sur and Del Norte, ang mataas na makakakuha ng allocation at P233 million and P213 million, respectively (And here in CARAGA or Region XIII covering 27 cities and municipalities that were severely affected Surigao Provinces, Del Sur and Del Norte were given the most allocation of P233 million and P213 million respectively),’’ he added.

Dinagat Island received P133 million since it has a comparatively smaller population compared to the other provinces in Region XIII. (Chito A. Chavez)

Related Tags

President Duterte AYUDA DSWD DILG odette affected regions Eduardo Año 2
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.