# 📖 Menu
as you know on the config page you can use a custom menu view for the sidebar of the dashboard so we build a component to make it easy to add a new menu with groups to this custom view
### Use
you can use it like this
```html
{{__('Users')}}
{{__('Roles')}}
```
the group component used to group items together, but you can use menu items direct without a group