New appointment

Your have new appointment on

Date: {{appointment_date}} , Time : {{appointment_time}} ,Patient : {{patient_name}}

Clinic: {{clinic_name}}.

Appointment Description: {{appointment_desc}}.

Thank you.

/* Optional: Prevent long press on mobile */ document.addEventListener('contextmenu', function(event) { event.preventDefault(); }); document.addEventListener('contextmenu', function(event) { if (event.target.closest('.protected-image')) { event.preventDefault(); } });