Commit bfab3e93 by Francisco Salazar

eliminar menus

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