My question is how to make dynamic menus in Laravel, which should appear in all views.
The menu should leave the categories table, and I can cache it so that the query does not repeat unnecessary times.
But how do I get it to appear in all views (especially in my file sidebar.blade.php )
If it were that I need it in a single view it would be simple.
Greetings and Thanks