feat: add i18n support for Vietnamese and English
This commit is contained in:
@@ -56,10 +56,10 @@ class AdminPanelProvider extends PanelProvider
|
||||
])
|
||||
->navigationGroups([
|
||||
NavigationGroup::make()
|
||||
->label('Customer Care')
|
||||
->label(__('app.nav_customer_care'))
|
||||
->icon('heroicon-o-chat-bubble-left-right'),
|
||||
NavigationGroup::make()
|
||||
->label('Management')
|
||||
->label(__('app.nav_management'))
|
||||
->icon('heroicon-o-cog-6-tooth'),
|
||||
])
|
||||
->middleware([
|
||||
|
||||
Reference in New Issue
Block a user