You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues with Sidebar menu ex: ( <x-maz-sidebar-item name="New Sidebar" :link="route('newSidebar')" icon="bi bi-grid-fill"></x-maz-sidebar-item>), sidebar is not active when you trying to add new sidebar menu because your tag name 'New Sidebar' is not the same as routing name, you can see in routing/web.php. and I think you should fix the logic in components/maz-sidebar-item.blade.php because sometimes it's not connect between tag name and routing name. #22