Hello
I am looking for the best use to use, for an app in which the dashboard has the following characteristics.
SuperAdmin can see, and edit everything.
The administrator users of your domain can only create and carry out some operations with the final users of your domain, and some administrative with the domain.
end users who belong to that domain and only have permission to see their tell me change the password and some other operations.
It's basically a backend for a multidomain mail system, based on Postfix.
After doing an installation of Laravel jetstream and trying to create some elements (admin and users) it has not convinced me, because I think that in the end I have to make many changes, which will cost me time that I am not interested in.
I'm comfortable with Laravel + Livewire and have grown fond of using Vemto for the original deployment.
I thought about Laravel Spatie Permissions, and I think it would be the best option, but I'm not sure if this is the best option.