ADVERTISEMENT

Keeping sane through life's rollercoaster ride

Published Nov 26, 2021 12:05 am

SURVIVOR’S TALE

Survivor's Tale

By NIKKI REGIO 

(The author is a 38-year-old full-time mother of two doing a little bit of everything. She lives in Parañaque City.)

May 7, 2020 was when we lost my mother-in-law to cancer. That was when COVID-19 cases were increasing and lockdowns were being implemented.

I had to be my husband’s strength. Two years prior to that, we were already experiencing the exhausting effects of my mom-in-law’s chemotherapy, radiology, and physical therapies. And by God’s grace, we were able to pull through that situation.

After mourning her loss, my husband went back to work and was welcomed by the anxiety of losing his job. A senior officer was announcing manpower lay-offs for the company to survive. That was when I started to worry about our future. Our children were all so young and all in school. I thought about how to sustain our responsibilities, like pay our bills and other unpaid transactions.

We had started a small business and with some luck, we were able to build a name and reputation and customers trusted us. The business had started to prosper.

Later, we were so relieved to know that my husband was not on the list of the company lay-off plan. We were so thankful that we wanted to repay God’s blessing by helping those people who had lost their jobs by giving them jobs, even on a daily basis only.

It all looked settled until May 2021. A few days after we commemorated the first death anniversary of my mom-in-law, my husband started having symptoms of COVID- 19. He had high fever that reached 40 degrees Celsius, a dry cough, and an itchy throat.

I immediately isolated the kids. I was left to take care of all the chores as we have no house help. On the sixth day, he complained about having difficulty in breathing. At that point, I almost lost my mind! I love my husband very much, much more than my life! The only thought in my mind then was: “I can’t afford to lose him. My kids are so small, how would our life be without him, we still have so much to do!”

It was mentally draining. I finally brought him to the COVID-19 emergency room of Makati Medical Center after hours of looking for a hospital which all said they were already in full capacity. It was a miracle to me that MMC accepted him.

I turned my back the moment he entered the hospital because I cried thinking that may be the last time I would see him alive. I went home, took care of the kids, deep-cleaned and sanitized our home overnight, and slept at 5:30 a.m. As soon as my back touched the bed, I felt that I may have the virus too. I woke up at 8 a.m. with chills and a high fever. But I am a mother and I needed to take care of the kids so I stood up, brushed it off and started managing the household.

It was then when I realized that the virus had taken a toll on our business too. We had lost clients because we weren’t able to comply with their orders. We started having financial difficulties also because it is really expensive to be sick.

My husband went home after a week in the hospital which was just good timing because I needed to be admitted. My swab test result turned out to be positive.

As I lay alone in the hospital, I realized that months ago I was scolding my kids just because they were too noisy and screaming while playing. I had felt very tired because of the endless cleaning and tidying in the house. Now I was alone in deafening silence, well-rested but my life seemed not to make sense at all. I missed my kids and husband so badly. I missed the screaming and super loud laughter of those tiny human beings. I miss their fights.

I suddenly remembered that I haven’t prayed for so long already. I felt so alone and in despair because I haven’t spoken to anyone to release the stress and other emotions I needed to expel. That night I prayed so hard. I prayed that He would take over because I don’t know what to do anymore, that I was already overpowered by stress and anxiety that I can not think and function well anymore.

The next day, my doctor cleared me to go home. I really felt so small. I had forgotten that there is someone up there who can turn all our situations for the better overnight.

As of this writing, I am still facing battles. My mother, who just turned 60, has been diagnosed with early onset of Dementia in the form of Alzheimer’s disease. It really takes a lot of patience and courage to understand that my mom is now like a child. Actually, my five-year-old child knows more than my mother; he knows his name and address but my mom cannot remember that anymore. It hurts to know that she will never remember the things I always would, but I am at peace knowing that her heart will never forget me.

Our business is now slowly catching up and regaining clients and we are hopeful for better days ahead.

Related Tags

covid-19 SURVIVORS TALE Keeping sane through life’s rollercoaster ride
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.