feat: Route view

This commit is contained in:
iamsivin
2024-11-04 15:14:43 +05:30
parent a7bf762bcd
commit f341d159c2
4 changed files with 75 additions and 0 deletions
@@ -168,6 +168,12 @@ const menuItems = computed(() => {
label: t('SIDEBAR.CAPTAIN'),
to: accountScopedRoute('captain'),
},
{
name: 'Contacts',
label: t('SIDEBAR.CONTACTS'),
icon: 'i-lucide-contact',
to: accountScopedRoute('contacts_dashboard_index'),
},
{
name: 'Contacts',
label: t('SIDEBAR.CONTACTS'),