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
f45edb74
Commit
f45edb74
authored
Jun 25, 2018
by
Pancholin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add product-resource menu
parent
c7d8ff71
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
1 deletions
+33
-1
menu-partial.blade.php
src/views/admin/menu-partial.blade.php
+33
-1
No files found.
src/views/admin/menu-partial.blade.php
View file @
f45edb74
...
@@ -96,7 +96,39 @@
...
@@ -96,7 +96,39 @@
</li>
</li>
</ul>
</ul>
</li>
</li>
@endif
@endif
@if((view()->exists("product_resource::product.index")))
<li>
<a>
<span
class=
"nav-caret"
>
<i
class=
"fa fa-caret-down"
></i>
</span>
<span
class=
"nav-icon"
>
<i
class=
"fa fa-gift"
></i>
</span>
<span
class=
"nav-text"
>
Productos con recursos
</span>
</a>
<ul
class=
"nav-sub"
>
<li>
<a
href=
"{{route('admin.product_resources.products.index')}}"
>
<span
class=
"nav-text"
>
Listado
</span>
</a>
</li>
<li>
<a
href=
"{{route('admin.product_resources.category.index')}}"
>
<span
class=
"nav-text"
>
Categorias
</span>
</a>
</li>
<li>
<li>
<a
href=
"{{route('admin.product_resources.extra-fields.index')}}"
>
<span
class=
"nav-text"
>
Configuración productos
</span>
</a>
</li>
</ul>
</li>
@endif
@if((view()->exists("shop::product.index")))
@if((view()->exists("shop::product.index")))
<li>
<li>
...
...
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