25 lines
707 B
PHP
25 lines
707 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
'key' => 'catalog.scrap',
|
|
'name' => 'sarga::app.layouts.scrap',
|
|
'route' => 'admin.scrap-categories.index',
|
|
'sort' => 6,
|
|
'icon-class' => '',
|
|
],
|
|
[
|
|
'key' => 'catalog.scrap.categories',
|
|
'name' => 'sarga::app.layouts.scrap-categories',
|
|
'route' => 'admin.scrap-categories.index',
|
|
'sort' => 1,
|
|
'icon-class' => '',
|
|
],
|
|
[
|
|
'key' => 'catalog.scrap.products',
|
|
'name' => 'sarga::app.layouts.scrap-products',
|
|
'route' => 'admin.scrap-products.index',
|
|
'sort' => 1,
|
|
'icon-class' => '',
|
|
],
|
|
]; |