Hey,
I am currently building an application where a different set of users can be authenticated. We are using Laravel Jetstream with teams. Every team has following roles:
- Owner
- Admin
- Employee
- Instructor
- User
Every role can be logged in within the application and sees different data and views. How would you manage this without bloating the team settings page with 1,000 of users?