Hello. Thank you. But can you send me a video more specific? I want to create an admin panel like QuickAdmin that is managed only from 1 user, called admin. How can I put a condition like: if (user="admin") , sends to admin panel, otherwise it goes to the website for other users
@joana There isn't a video that covers Admin Panels specifically. You'll only find videos that will teach you how to create and use the tools required to construct an Admin Panel (Controllers, Auth, Charts, etc.). These concepts won't be taught within the context of building an Admin Panel, they'll be geared towards a general use-case so that they can apply to several people.
You'll have to figure out how to apply these concepts yourself. I would recommend looking at existing Admin Panels, and refactor them for a Laravel environment. Or you could build one yourself from scratch.