Commit 2884765b by Angel MAS

oculta facturacion

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