Commit 2884765b by Angel MAS

oculta facturacion

parent 7ed7876b
......@@ -205,11 +205,13 @@
<span class="nav-text">Categorías</span>
</a>
</li>
@if(config("shop.billing_enabled"))
<li>
<a href="{{route('admin.shop.categoriasat.index')}}" >
<span class="nav-text">Categorías del SAT</span>
</a>
</li>
@endif
<li>
<a href="{{route('admin.shop.shipping.index')}}" >
<span class="nav-text">Catálogo de envíos</span>
......@@ -227,13 +229,13 @@
<span class="nav-text">Configuración productos</span>
</a>
</li>
@if(config("shop.billing_enabled"))
<li>
<a href="{{route('admin.shop.config_factura')}}" >
<span class="nav-text">Configuración SAT</span>
</a>
</li>
@endif
<li>
<a href="{{route('admin.shop.variable')}}" >
<span class="nav-text">Variables info adicional</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