HURRY UP : USE NEW500 TO GET RS500 OFF ON TOTAL (MIN. BILL OF Rs2000). LIMITED TIME OFFER HURRY UP : USE NEW500 TO GET RS500 OFF ON TOTAL (MIN. BILL OF Rs2000). LIMITED TIME OFFER
const selectedSlot = localStorage.getItem("selectedTimeSlot");
if (!selectedSlot) {
// Go back to the previous page
window.location.href="https://jollydistrict.com/venue";
} else {
document.getElementById("displaySlot").innerText = selectedSlot;
}