I am a little confused on Laravel Teams and need to validate if it supports the following use case:
My platform will have a business entity and that entity will have an owner then users underneath the entity. I want to bill the business entity and allow the owner to add users. The users should not have their own billing fee but rather be incorporated under the overall business entity tenant.
Teams seems like it kind of handles this but rather than having 1 team and many users under it, there would be a bunch of users that are associated with one or more teams and in that model, would negate my ability to enforce roles and permissions under the business entities team.
I have not found a ton of resources on teams outside the Spark site help hence the question.