I need to have two different templates for my project, one is for the front-end which has its own menu and design, on the other hand I have another template for the back-end that also has its own menu and design, the grace is in making these two templates coexist.
The user reaches the index of the page and can see certain information, once registered you can enter the dashboard (back-end) in which you have access to other information.
How can I coexist these two templates with different menu bars in Laravel? What would be the order of the views / folders for this purpose?
I'm new to Laravel and I'm using version 5.6