Commit 850976ed by Angel MAS

menu updated

parent 8c453265
...@@ -111,8 +111,19 @@ ...@@ -111,8 +111,19 @@
</a> </a>
<ul class="nav-sub"> <ul class="nav-sub">
<li> <li>
<a href="{{route('admin-shop-client.orders')}}" >
<span class="nav-text">Pedidos</span>
</a>
</li>
<li>
<a href="{{route('admin-shop-client.stock')}}" >
<span class="nav-text">Inventario</span>
</a>
</li>
<li>
<a href="{{route('admin.shop.product.index')}}" > <a href="{{route('admin.shop.product.index')}}" >
<span class="nav-text">Listado</span> <span class="nav-text">Listado productos</span>
</a> </a>
</li> </li>
<li> <li>
...@@ -120,6 +131,19 @@ ...@@ -120,6 +131,19 @@
<span class="nav-text">Categorias</span> <span class="nav-text">Categorias</span>
</a> </a>
</li> </li>
<li>
<a href="{{route('admin.shop.shipping.index')}}" >
<span class="nav-text">Catálogo de envios</span>
</a>
</li>
<li>
<a href="{{route('admin.shop.coupon.index')}}" >
<span class="nav-text">Catálogo de promociones</span>
</a>
</li>
<li> <li>
<a href="{{route('admin.shop.extra-fields.index')}}" > <a href="{{route('admin.shop.extra-fields.index')}}" >
<span class="nav-text">Configuración productos</span> <span class="nav-text">Configuración productos</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment