Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
onestartup-crm
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Angel Martin
onestartup-crm
Commits
8ebe2b22
Commit
8ebe2b22
authored
Oct 26, 2018
by
Francisco Salazar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ocultar menus para ceramicas
parent
43cb0434
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
63 additions
and
0 deletions
+63
-0
menu-partial.blade.php
src/views/admin/menu-partial.blade.php
+63
-0
No files found.
src/views/admin/menu-partial.blade.php
View file @
8ebe2b22
...
@@ -173,6 +173,7 @@
...
@@ -173,6 +173,7 @@
@endif
@endif
@if((view()->exists("shop::product.index")))
@if((view()->exists("shop::product.index")))
@if(!config("shop.version-minimal"))
<li
class=
"{{Request::is('admin/shop/*') ? 'active' : ''}}"
>
<li
class=
"{{Request::is('admin/shop/*') ? 'active' : ''}}"
>
<a>
<a>
<span
class=
"nav-caret"
>
<span
class=
"nav-caret"
>
...
@@ -253,6 +254,68 @@
...
@@ -253,6 +254,68 @@
@endif
@endif
</ul>
</ul>
</li>
</li>
@else
<li
class=
"{{Request::is('admin/shop/*') ? 'active' : ''}}"
>
<a>
<span
class=
"nav-caret"
>
<i
class=
"fa fa-caret-down"
></i>
</span>
<span
class=
"nav-icon"
>
<i
class=
"fa fa-shopping-cart "
></i>
</span>
<span
class=
"nav-text"
>
Tienda
</span>
</a>
<ul
class=
"nav-sub"
>
<li>
<a
href=
"{{route('admin-shop-client.orders')}}"
>
<span
class=
"nav-text"
>
Pedidos
</span>
</a>
</li>
<li>
<a
href=
"{{route('admin.shop.product.index')}}"
>
<span
class=
"nav-text"
>
Listado productos
</span>
</a>
</li>
<li>
<a
href=
"{{route('admin.shop.category.index')}}"
>
<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>
</a>
</li>
<li>
<a
href=
"{{route('admin.shop.coupon.index')}}"
>
<span
class=
"nav-text"
>
Catálogo de promociones
</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
@if(config("shop.tags-enable"))
<li>
<a
href=
"{{route('admin.shop.tag.index')}}"
>
<span
class=
"nav-text"
>
Tags
</span>
</a>
</li>
@endif
</ul>
</li>
@endif
@endif
@endif
<li
class=
"{{Request::is('admin/user/*') || Request::is('admin/user') ? 'active' : ''}}"
>
<li
class=
"{{Request::is('admin/user/*') || Request::is('admin/user') ? 'active' : ''}}"
>
<a>
<a>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment