Use multiple admin panel
So i want to make a multi-tenant saas in which a user can have multiple users assign to its tenant.
Is it possible to have an admin panel for the maker of the tenant and have a seperate super admin panel that manages everything?
if its possible how can its achieve?
Solution:Jump to solution
Sure. Check the docs on admin panels. You just register two panels with separate URLs
2 Replies
Solution
Sure. Check the docs on admin panels. You just register two panels with separate URLs
Working as expected ! Thank you.