[x] Need to show better error message if booking count has been exceeded, just show how many seats are allowed to be booked.
[x] If 150 seats are booked and a user is trying to book another 25 seats, then show error message as "BOOKING FULL" , rather than "Seats exceeded by 25"
[x] When Count input is made empty , total price is shown as "NaN", FIx : show "0" as total price in that case
[x] Remove console.log('creating razorpay intend), and ADD "Processing" in toast
[ ] Found this wierd Message in front end "The string didnt match the expected pattern"
[ ] Found this wierd Message in front end "unexpected token, error is not a JSON", Fix it , and show a better error message to the user like "Something went wrong, Please try again later"
[x] Change color if a date is selected, for eg: when the user clicks on a date where already a schedule is present the user wont be able to understand which date that they have selected , or else we could just show " Book for 07/ Sep ", like this in button so that they doesnt get confused about wat date they have selected