Notifications
No new notifications
Login/Register
Chats
No chats found.
Book Now
Booking Date From
Booking Date To
Amount
Booking Time
Message
Contact Us
Full Name *
Email Address *
Phone Number
Subject *
Message *
Send Message
Get in Touch
123 Business Street, City, State 12345
+1 (555) 123-4567
info@glare.com
Home
Map
Book
Notification
Login
.then(html => { document.getElementById('chatSection').innerHTML = html; // Refresh chat list after starting new chat fetch('/chat/refresh-list') .then(res => res.text()) .then(html => { document.getElementById('chatUserList').innerHTML = html; attachChatUserClickHandlers(); vendorSearchContainer.style.display = 'none'; }); }); }); vendorSearchResults.appendChild(item); }); }) .catch(error => { vendorSearchResults.innerHTML = '
Error searching vendors
'; console.error('Error:', error); }); }); } });