ADVERTISEMENT

Bacolod diocese mourns loss of lives in procession crash

Published Apr 19, 2025 09:04 am

BACOLOD CITY – The Diocese of Bacolod is mourning the death of three individuals in a road accident during a Good Friday evening procession in Barangay Alangilan here.

IMG_7174.jpeg

THREE persons were killed and 17 others, including two policemen, were injured when a red Toyota Innova driven by an Indian national collided with a tricycle and rammed a group of Catholic devotees participating in a Good Friday procession in Barangay Alangilan, Bacolod City. (Glazyl Masculino) 

The fatalities were identified as Dionelo Solano,  a lay leader; Gilven Tanique, a barangay tanod; and Daynah Plohinog, a youth member, all parishioners of Our Lady of the Most Holy Rosary Parish. 

Some 17 others were injured, including 14 who are confined in three private hospitals, and three who sustained slight injuries, among them two police officers.

In a statement Saturday afternoon, Bacolod Bishop Patricio Buzon said the diocese “stands in solidarity with all the affected families, especially those of the deceased.”

“We are deeply grieved by the tragic incident.  We are offering our prayers, support, and compassion in this time of mourning. We continue to pray for those who were injured, that they may find healing and quick recovery,” he added.

Around 7:20 p.m., a red Toyota Innova driven by Jagpret Singh,  an Indian national residing in Barangay Villamonte, Bacolod City, rammed into a tricycle carrying the three fatalities.

The separated motorcycle then hit a police patrol vehicle, a multicab truck, and several pedestrians.

Charges of reckless imprudence resulting in homicide, multiple physical injury, and damage to property are being readied against Singh, 37, who is detained at the custodial facility of Bacolod City Police Office (BCPO) Station 5 in Barangay Granada.

“We will give justice to the victims of this tragedy by way of filing appropriate charges before the City Prosecutor’s Office,” BCPO Director Col. Joeresty Coronica said in a press conference.

In a separate statement, Mayor Alfredo Abelardo Benitez said the city government is providing immediate medical and burial assistance to the confined individuals and the families of the deceased. 

“I have asked our traffic and law enforcement units to ensure that a strong case is filed and that justice is served. We ask the public to refrain from spreading unverified information and to support the ongoing investigation,” he added. 

At least 300 individuals were attending a procession and were on their way back to Our Lady of the Most Holy Rosary Shrine when the accident happened at 7:20 p.m.

A tricycle overtook the procession due to an emergency, as Plohinog, who was one of the youth parishioners, fell unconscious.

Solano volunteered to drive the tricycle owned by Tanique and take Plohinog to the church to apply first aid. However, the MPV collided with the tricycle which was divided into half due to the impact.

Coronica said that one part of the tricycle hit the police car that also injured two policemen manning the procession.

A multi-cab and a San Pedro or Saint Peter image in the procession were also damaged in the incident.

Solano died on the spot, while Tanique was declared dead in a hospital, and Plohinog passed away in a hospital here on Saturday morning.

Coronica said Singh, a resident of Barangay Villamonte here, was arrested by police a few meters away from the accident scene, when he attempted to escape, along with his four passengers.

He was unharmed and is detained at Police Station 5.

Coronica said that Singh was under the influence of alcohol per result of his alcohol test, as they came from a resort.

Singh, in a media interview, said that he had an alcohol intake as a pain killer.

He apologized for the accident that happened and said that it was not his intention to hurt anybody.

Singh said that he is willing to face the charges against him, and signified intention to extend assistance to the families of the victims.

Singh said that he had been staying in the city for more than 10 years.

Police confirmed that he had a driver’s license and a lending business here, but the car was registered to a lady owner, who the police is tracking.

Coronica assured that appropriate charges will be filed against Singh within the reglementary period, as they have tapped some traffic investigators to help gather statements from witnesses for the filing of case.

Related Tags

Bacolod City Road accident Good Friday
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.