Fix menu catalogue, fix path for price modal
This commit is contained in:
@@ -8,7 +8,7 @@ class Shop
|
||||
{
|
||||
public function make(Builder $menu)
|
||||
{
|
||||
$menu->add('Catalogue', [ 'permission' => 'backend_access', 'icon' => 'store' ])
|
||||
$menu->add('En vente', [ 'permission' => 'backend_access', 'icon' => 'store' ])
|
||||
->id('shop')
|
||||
->activeIfRoute('shop')
|
||||
->order(2);
|
||||
|
||||
Reference in New Issue
Block a user