This commit is contained in:
Kavalar 2024-05-24 20:20:47 +03:00
parent 40ee675366
commit 492bc8e1f5

View File

@ -45,11 +45,11 @@
// ]
// ],
// ['label' => 'Simple Link', 'icon' => 'th', 'badge' => '<span class="right badge badge-danger">New</span>'],
['label' => 'Чеки', 'icon' => 'th', 'url' => ['check/check']],
['label' => 'Компании', 'icon' => 'th', 'url' => ['company/company']],
['label' => 'Отделения', 'icon' => 'th', 'url' => ['addresses/addresses']],
['label' => 'Товары', 'icon' => 'th', 'url' => ['product/product']],
['label' => 'Категории товаров', 'icon' => 'th', 'url' => ['product_category/product-category']],
['label' => 'Чеки', 'icon' => 'th', 'url' => ['/check/check']],
['label' => 'Компании', 'icon' => 'th', 'url' => ['/company/company']],
['label' => 'Отделения', 'icon' => 'th', 'url' => ['/addresses/addresses']],
['label' => 'Товары', 'icon' => 'th', 'url' => ['/product/product']],
['label' => 'Категории товаров', 'icon' => 'th', 'url' => ['/product_category/product-category']],
// ['label' => 'Yii2 PROVIDED', 'header' => true],
// ['label' => 'Login', 'url' => ['site/login'], 'icon' => 'sign-in-alt', 'visible' => Yii::$app->user->isGuest],
// ['label' => 'Gii', 'icon' => 'file-code', 'url' => ['/gii'], 'target' => '_blank'],