I'm not sure what Eloquent connect I should use. Should I put on Booking hasMany()? I like to have it like this: The user can not add a service, he can click checkboxes and select service and then that will be connected to the Booking.
I know, I'm just not sure how to do this. For example if I have three services and the user checks 1 and 3 how do I add that to the database using this createMany method?