ADVERTISEMENT

Robin Padilla bats for citizens' military training; Nadia Montenegro now Navy reservist

Published Jun 8, 2024 03:53 pm

At A Glance

  • The movie actor-turned-senator said institutionalizing compulsory military training was a cherished dream of his, and he hopes it will happen "within the last four years of (his) term."
rob1.jpg
Sen. Robin Padilla (middle) with Philippine Navy officers and staff during the BCMC graduation

If Sen. Robin Padilla had his way, military training among Filipino men of legal age should be made compulsory like it is in South Korea. He said this would instill self-discipline and prepare everyone to defend the country in case of war.

The movie actor-turned-senator said institutionalizing compulsory military training was a cherished dream of his, and he hopes it will happen "within the last four years of (his) term."

"Sa ngayon po kasi nandun kami sa mandatory ROTC pa lang.Pero  kung ako ang tatanungin nyo, kung ano ang nasa puso ko, kelangan  talaga compulsory pagdating ng 18. Hindi lang naman po yan sa usapin ng pagiging military. Yung disiplina lang sana makuha ng ating mga kabataan," he pointed out.

Sen. Padilla was the guest of honor during the graduation rites of the Sandigang Alab Batch 10 reservists who completed their Basic Citizen Military Course (BCMC). The class underwent a rigorous 20-day training on self-defense. Most of the class members are employees of the Senate of the Philippines.

nad2.jpg
Actress Nadia Montenegro wearing her Philippine Navy reservist uniform

Welcoming Sen. Padilla at the Philippine Navy Headquarters in Manila were Vice Admiral Toribio Adaci Jr., flag officer in command; MGen Joseph Ferrous Cuison, commander, Naval Reserve Command; and Capt. Junmar Sales, NCR commander.

One of the class graduates was actress Nadia Montenegro, who is employed in Sen. Padilla's office as a political affairs officer. She said that when her boss Robin told her about the Philippine Navy reservist course, she got curious and enrolled.

"Ang heart ni Senator Robin eh nakakahawa. Yung pagka-explain siya sa'min na sino nga naman ang unang magpo-protekta ng aming Senado kung hindi ang mga taga-Senado rin. So ginawa nila itong BCMC Reservist Course specially for us," she explained.

Nadia admitted that it was a very tough course, as she is now in her 50s, but added that she was very much motivated by the noble purpose of the training.

nad5.jpg
Sen. Robin Padilla (middle) with Philippine Navy officers and staff during the BCMC graduation

"We are hoping na magtuloy-tuloy na ito para sa mga normal civilians na gusto talagang mag-serve sa country o magkaroon ng purpose ang buhay. Balik-loob po tayo sa gobyerno, balik-loob po tayo sa Diyos, balik-loob po tayo sa sarili natin at balik-loob po tayo sa ating pamilya, sa lahat. Let's all give it all back.Give back the faith. Ibalik natin sa lahat ang pagtitiwala," she stressed.

Speaking in the vernacular, Sen. Padilla remarked in his speech before the graduate-reservists: "Naaaninag namin sa inyo kung ano ang transformation na naganap sa inyo. Kami na nakapaligid sa inyo, kitang-kita namin ang magandang naidulot sa inyo ng training na ito. Sa inyong pinagdaanan, napakasarap isipin na ang  suot niyo na uniporme ay kumakatawan sa lahat ng bagay na dati ninyong kinatatakutan subalit inyong nagawa. At iyan ang puwedeng mag-umpisa ng inyong pagtatanggol sa sarili, iyan ang basic citizen military training. Kitang-kita nyo na buong-buo kayo bilang isang Pilipino."

(We can see the transformation that has taken place within you. We who are around you, we can clearly see the good that this training has brought you. With everything that you have been through, it is very nice to think that the uniform you are wearing represents your courage to transcend something that you once feared and now has conquered. This is the start of being able to defend yourself, that's the basic citizen military training. You have come full circle as a Filipino.)

Sen. Padilla said he hopes that more Filipinos will become part of the reservist program. He encouraged those living in areas with low applicants - like Palawan and Western Mindanao - to come out and be a part of nation-building by training for the military.

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.