<x-theme-tabler::menu-dropdown title=”Authentication” icon=”la la-group”>
<x-backpack::menu-dropdown-item title=”Users” icon=”la la-user” :link=”backpack_url(‘user’)” />
<x-backpack::menu-dropdown-item title=”Roles” icon=”la la-group” :link=”backpack_url(‘role’)” />
<x-backpack::menu-dropdown-item title=”Permissions” icon=”la la-key” :link=”backpack_url(‘permission’)” />
</x-theme-tabler::menu-dropdown>
I have problems with laravel backpack dropdown menu. When I am adding menu items inside dropdown I get this error: Unable to locate a class or view for component [theme-tabler::menu-dropdown].
Menu items is working outside of dropdown. Could you please help to understand where is the problem?
composer dump-autoload
Lemingon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.