Search for question
Question

It is a website system in laravel framework (System data(h_system) in zip file and sql file name is hotel system.sql) It can be JavaScript, HTML CSS,php Instructions: This system already

has logic of room booking based on date and total room in each section. The total room can be adjust in admin panel(Room Section then room then edit then total rooms) and the number of guest also can adjust at there. The total room available and booked based on room type created can be see on the admin datawise room based on date selected. Things need to do: Select Room Checkin & Checkout Adults Children Book Now I want it to have check availability function not just direct book by clicking on book now.Change the book now button to search button or check availability.Remove the select room option. I want the user after choose the checkin and checkout date and select number of aldults and children(guests) then click on search button can search for the availble room based on available date ,guests and total rooms that have in admin panel. Make sure the change of this function from book now to search work well in each section and will not break other function in the system that work well. All function in the system work well, I hope after add the check availanility function, it also can work well.