There are 3 types of users (roles). In the role of employee, there are 2 types of industry work, in each of them there are types of employees ().
Question: How to organize such a structure taking into account the fact that employees in the industry have different types of display, functionality.
Example: Work industry 1. orders are used at home. And actually displays a list of orders from employees in this industry. Industry 2 uses office orders. And of course, the employees of this industry work with these orders. Please help. Thoughts in my head are there, but everything is vaguely like that, I study laravel, and indeed MVC and OOP not long ago.
Another nuance! Employees must have one controller: for example (main). That is, an employee who visits the site should see the URL for example: local / main But at the same time, based on the question above, he should receive, for example, a list of orders based on the type of industry.