ADVERTISEMENT

Why Migs Nograles went back to Davao to teach

Published Nov 26, 2021 12:05 am

NIGHT OWL

Anna Mae Lamentillo

Atty. Margarita Ignacia “Migs” B. Nograles has yet to be officially a public servant, but she’s already serving the public in her own way. Through her online show, “Ask Atty. Migs Nograles”, she provides free legal advice to people across the country. She does this while teaching in five law schools—Ateneo De Davao School of Law, Rizal Memorial Colleges School of Law, Jose Maria College School of Law, St. Thomas More School of Law and Business, and University of Mindanao main campus. It’s her way of giving back by helping those who aspire to become lawyers achieve their dreams.

Migs is not new to public service as she grew up in a family of public servants. She’s the daughter of the late Speaker Prospero C. Nograles. Her two older brothers are also in government service—Cabinet Secretary Karlo Nograles and Congressman Jericho Nograles.

Atty. Margarita Ignacia “Migs” B. Nograles

She narrates that when she was in preschool and was asked what she wanted to be when she grows up, she said, “I want to be in public service.”

Migs recalls that, even as a child, she always wanted to help those who did not have it as lucky as she did. She would wipe out their cupboards clean and gave their canned goods to street children, or she would help cook food to give to them.

“It has always been a dream of mine to serve the people and our country. As I grew older, that never stopped as I have always tried to be in the Student Council and even worked for non-profit organizations abroad. When I was in New York studying for college, I remember really saying to myself, after I graduate, I have to go back home because I want to serve the people,” she shares.

Atty. Migs was a very accomplished student. She took up her AB Management Economics course at the Ateneo de Manila University, then continued her degrees in BA Political Science and BA Economics at Fordham University, College of Lincoln Center in New York. She took up various law courses abroad while taking her double degree in Juris Doctor and Master of Business Administration from the De La Salle University and Far Eastern University Consortium.

One of her treasured moments was when she graduated in law school as Valedictorian. It was very special to her because she knew that her father would be so proud of her achievement. “He really had no idea until the day itself. He always said his only wish was to walk up on stage and pin a Valedictory medal on his children, and I would always remember that, at least before he passed away, I was able to make that dream of his come true.”

Atty. Migs Nograles is currently teaching in five law schools in Davao.

Migs was admitted to the Bar in 2019. Now, she is a managing partner at Nograles Ilagan Sagarino Selgas Cayco Aban & Dabi Law (NISSCAD Law) that was established in June 2021 and is based in Davao. She continuously updates her knowledge and skills through online classes, like the Public Leadership Credential classes at the Harvard Kennedy School; and does her law school teaching and online show, which has a strong impact on her as she is able to help people protect their rights and settle legal issues.

She is also the legal counsel and head of the Legal Aid Program of the Pwersa ng Bayaning Atleta (PBA) Party List. She is the party list’s first nominee for the 2022 elections. Once elected, her priority would be towards sports and the youth, by helping protect their rights, and to discover and cultivate world-class Filipino athletes and artists.

She says that she wants to address the gaps in the current laws, especially in protecting the basic rights and providing support for athletes and artists. She will also continue the already existing projects and programs of PBA through education, sports training and livelihood programs, scholarship programs, medical and financial assistance, among others.

As she dreams of serving the people, especially the youth, athletes, and artists, Atty. Migs is armed with prayers, hard work, and perseverance. She hopes that by making a difference in the lives of people, those people she helped would help others in return.

“I learned that you can make a difference by being a ripple of change – every person you help, even in the smallest way, can help create that ripple of change within the community.”

Related Tags

NIGHT OWL Anna Mae Lamentillo Atty. Margarita Ignacia “Migs” B. Nograles Why Migs Nograles went back to Davao to teach
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.