## ๐ฏ Purpose Collect rental details from the user and process the rental. ## ๐ ๏ธ Tasks - [ ] Add fields for customer selection, vehicle selection, rental date, and rental duration. - [ ] Add submit and cancel buttons. - [ ] On submit: validate and call `rentalSystem.rentVehicle(...)`. - [ ] Show success/failure messages. ## โ Acceptance Criteria - Only valid rentals are processed. - Success and error dialogs are shown appropriately. 
๐ฏ Purpose
Collect rental details from the user and process the rental.
๐ ๏ธ Tasks
rentalSystem.rentVehicle(...).โ Acceptance Criteria