Commit bfab3e93 by Francisco Salazar

eliminar menus

parent e54dceba
......@@ -223,12 +223,13 @@
<span class="nav-text">Catálogo de promociones</span>
</a>
</li>
@if(config("shop.version-minima-enable")==false)
<li>
<a href="{{route('admin.shop.extra-fields.index')}}" >
<span class="nav-text">Configuración productos</span>
</a>
</li>
@endif
@if(config("shop.billing_enabled"))
<li>
<a href="{{route('admin.shop.config_factura')}}" >
......@@ -236,11 +237,13 @@
</a>
</li>
@endif
@if(config("shop.version-minima-enable")==false)
<li>
<a href="{{route('admin.shop.variable')}}" >
<span class="nav-text">Variables info adicional</span>
</a>
</li>
@endif
@if(config("shop.tags-enable"))
<li>
<a href="{{route('admin.shop.tag.index')}}" >
......
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