Hello,
You can maintain a counter attribute to track the number of bookings based on current date. On each booking you need to count the booking and store the date accordingly. During the booking creation process, you can do a check if the booking count is 10, then don’t allow for bookings.