Commit f2f60333 by Francisco Salazar

Merge branch 'master' of bunkrbit.com:bsabbath/onestartup-crm

parents d11f6fa8 ba74777f
......@@ -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,25 +229,23 @@
<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>
</a>
</li>
<li>
<a href="{{route('admin.shop.tag.index')}}" >
<span class="nav-text">Tags</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