Commit 86332c96 by Angel MAS

updated menu

parent 788c7a92
......@@ -89,6 +89,42 @@
<span class="nav-text">Categorias</span>
</a>
</li>
<li>
<a href="{{route('admin.product.variable')}}" >
<span class="nav-text">Configuración productos</span>
</a>
</li>
</ul>
</li>
@endif
@if((view()->exists("shop::product.index")))
<li>
<a>
<span class="nav-caret">
<i class="fa fa-caret-down"></i>
</span>
<span class="nav-icon">
<i class="fa fa-shopping-cart "></i>
</span>
<span class="nav-text">Tienda</span>
</a>
<ul class="nav-sub">
<li>
<a href="{{route('admin.shop.product.index')}}" >
<span class="nav-text">Listado</span>
</a>
</li>
<li>
<a href="{{route('admin.shop.category.index')}}" >
<span class="nav-text">Categorias</span>
</a>
</li>
<li>
<a href="{{route('admin.shop.extra-fields.index')}}" >
<span class="nav-text">Configuración productos</span>
</a>
</li>
</ul>
</li>
@endif
......
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