This commit is contained in:
Kavalar 2024-05-24 20:17:47 +03:00
parent 1f836b92e0
commit ecf04d4dc4

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'],