@include('front.urgent-care.hero')

Select a Condition to Start

Choose from our list of treatable conditions to begin your virtual care journey

@foreach($conditions as $condition) @endforeach

Our Treatment Process

@include('front.urgent-care.comparison') document.addEventListener('DOMContentLoaded', function() { const sharedVideo = document.getElementById('sharedVideo'); let currentContainer = null; document.querySelectorAll('[onclick*="showModal"]').forEach(button => { button.addEventListener('click', function() { const modalId = this.getAttribute('onclick').split('.')[0]; const modal = document.getElementById(modalId); const container = modal.querySelector('.video-container'); if (currentContainer !== container) { if (currentContainer) { sharedVideo.pause(); } container.appendChild(sharedVideo); currentContainer = container; } }); }); });