ADVERTISEMENT

Marcos allots additional P3 billion for repatriation, reintegration of OFWs from Middle East

Published Jun 21, 2026 08:18 am  |  Updated Jun 21, 2026 02:01 pm

At A Glance

  • President Marcos has ordered the release of an additional P3 billion to support the repatriation and reintegration of overseas Filipino workers (OFWs) displaced by the conflict in the Middle East.
  • Over 10,000 Filipinos, including OFWs, dependents, and stranded citizens, have already been brought home through government-organized humanitarian flights.
  • The additional funds will cover the entire repatriation chain, from flights and post-arrival assistance to livelihood and employment opportunities.
President Ferdinand 'Bongbong' Marcos Jr. (Malacañang photo)
President Ferdinand 'Bongbong' Marcos Jr. (Malacañang photo)

President Marcos has ordered the release of an additional P3 billion to strengthen the government's repatriation and reintegration program for overseas Filipino workers (OFWs) displaced by the ongoing conflict in the Middle East.

Executive Secretary Ralph Recto said the additional funds would finance the entire "repatriation chain," including post-departure assistance, flights, and reintegration services for returning Filipinos.

"War or not, there are Filipinos in extreme distress that we should bring home," Recto said in a statement on Sunday, June 21.

As of June 17, a total of 10,446 Filipinos had been safely returned to the Philippines through Department of Migrant Workers (DMW)-organized humanitarian flights.

The figure includes 8,281 OFWs, 1,803 dependents, and 362 stranded Filipino citizens.

Recto said some of the flights had also served as medical evacuation missions.

"If you will recall, these flights became medevacs for sick Filipinos as well. The DMW, through the brilliant leadership of Secretary Hans Cacdac, brought medical personnel on board to care for them," he said.

Beyond the airport

According to Recto, President Marcos does not want repatriation efforts to end once displaced Filipinos arrive in the country.

"Ang utos niya ay hindi puwedeng paglapag dito, bahala na kayo (His instruction is that it cannot be a case of 'you've landed here, you're on your own’),” he said.

“Ang gusto ng Pangulo, may hatid sa probinsya sa lubhang nangangailangan, at higit sa lahat, mga economic opportunities (The President wants transportation assistance to the provinces for those in dire need and, above all, economic opportunities),” he added.

The Executive Secretary said returning OFWs may avail themselves of a "standard welcome package" that includes financial assistance, psychosocial counseling, medical assessment, reemployment guidance, and livelihood support.

Jobs, livelihood support

To hasten the reintegration of returning workers, the DMW has already conducted 15 Bayanihan Para sa Balikbayang Manggagawa National Reintegration Network and Job Fairs nationwide.

The one-stop-shop fairs connect OFWs to local and overseas employment opportunities, livelihood support, and financial literacy programs.

The Overseas Workers Welfare Administration's (OWWA) Balik Pinas, Balik Hanapbuhay Program has also extended livelihood assistance to 664 recently returned OFWs.

Under the program, an OFW may receive as much as P20,000 in start-up assistance for a small business.

Recto said the government also sees the return of OFWs as an opportunity to harness their skills and experience acquired abroad.

"By tapping the skills of the OFWs honed by their work abroad, society benefits as well. This is a kind of technology transfer that helps the economy. This is a brain gain we need," he said.

Pathway for returning teachers

The government is also opening opportunities for returning Filipino professionals.

According to Recto, the Department of Education (DepEd) has created a "hiring pathway" that would allow returning Philippine-licensed teachers to join the public school system.

Latest data from DepEd showed that around 10,000 former OFWs have joined the country's public teaching force through various administrations.

Related Tags

President Marcos Bongbong Marcos Ralph Recto Executive Secretary Ralph Recto OFWs repatriates
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; } }

{{ static_articles_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.