wip 3d
This commit is contained in:
@@ -8,15 +8,12 @@ class Customers
|
||||
{
|
||||
public function make(Builder $menu)
|
||||
{
|
||||
$menu->add('Clients finaux', [ 'permission' => 'backend_access', 'icon' => 'address-card' ])
|
||||
$menu->add('Clients finaux', ['icon' => 'address-card' ])
|
||||
->id('customers')
|
||||
->activeIfRoute('customers')
|
||||
->order(4);
|
||||
|
||||
$menu->addTo('customers', __('customer.customers.name'), [
|
||||
'route' => 'Admin.Shop.Customers.index',
|
||||
'permission' => 'backend_access',
|
||||
])
|
||||
->activeIfRoute(['Admin.Shop.Customers.*'])->order(1);
|
||||
])->activeIfRoute(['Admin.Shop.Customers.*'])->order(1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user