ADVERTISEMENT

Be your own boss

Published Nov 19, 2019 12:00 am
OF TREES AND FOREST By FORMER SENATE PRESIDENT MANNY VILLAR Manny Villar Jr. Former Senate President
Manny Villar Last November 12, 2019, the Villar SIPAG Foundation hosted the 9th OFW & Family Summit at the World Trade Center in Pasay City. It was attended by thousands of overseas Filipino Workers (OFWs) and their families. I was amazed at the success of the summit even on its 9th year. This is evidence I think, that our OFWs are more than willing to learn the knowledge and skills necessary in order to avoid having to go abroad and leave their families in order to earn and provide for their loved ones. We, at the Villar SIPAG Foundation have been convening this annual event with the objective of providing viable livelihood or business opportunities for OFWs. This way they can put to good use the money they earned abroad and not just let it go to waste. According to a study by the Bangko Sentral ng Pilipinas (BSP), 66% of OFWs were able to save less than 25 percent of the total amount received and only a measly 3.8% apportion them for investments. This is something that we need to change if we want our OFWs to come home and stay home. The Summit, as we envisioned it years ago, was intended to improve the financial and entrepreneurial skills of our OFWs. This means that they need to be taught how to make sure that the money they earn go to something that will grow and will sustain them for a long time. From the time I sold my first house to an OFW decades ago, I have always made it my advocacy to protect the welfare of Filipinos working overseas. I felt then, as I do still now, that that is the least we can do for their sacrifices and the contributions they make to our country. The summit was designed to encourage our OFWs to become their own bosses instead of working for foreign bosses and exposing themselves to abuse. For the 9th OFW Summit, we gathered business owners, franchise holders, representatives of government agencies and other organizations to help OFWs in facilitating their livelihood or business start-ups. Among of the highlights of the summit were the booths set up by various government agencies where OFWs could ask questions and seek guidance on issues affecting them. I am certain that the experts we invited to talk about Financial Literacy, Business Start Ups/Trends and OFWs Turned Successful Entrepreneurs were able to inspire and teach our OFWs into becoming the next successful entrepreneurs. I thought that this year’s theme summed it all up: “Kabuhayan sa Sariling Bayan.” We need the talents and hard work of Filipinos here in our country. Tayo dapat ang nakikinabang sa talento at galing ng Pinoy. I understand of course the decision of many of our kababayans to seek opportunities abroad. The ultimate sacrifice they make is both heartbreaking and admirable. But while we endeavor to protect their welfare and their rights while abroad, we should not make labor migration a continuing policy. We need ensure that fewer and fewer Filipinos will be making that decision to leave the country just to get a decent job. I believe that with the economy performing so well under the Duterte administration, we can lay the groundwork for the return of our OFWs and prevent the influx of our workers to other countries. And the best way to nurture them here at home is to provide them the tools to start their own businesses. This way, not only are we addressing the OFW issues; we are also creating jobs for our people and contributing to the sustainability of our economic growth. Thank you to all those who made the 9th OFW Summit a success!  
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.