Multi Panel

I have three different panels: 'hr', 'finance', and 'property,' each with its respective logins. My goal is to allow a superadmin to register new users with their email, password, and department. When a registered user logs in, they should be directed to their designated department panel.
Solution
Use some debugging tools. Xdebug, Ray, dd() whatever. Check whether your condition applies and whether you reach the if statement
Was this page helpful?