Commit 788c7a92 by Angel MAS

menu updated

parent 9c8c77b6
...@@ -49,6 +49,11 @@ ...@@ -49,6 +49,11 @@
</a> </a>
</li> </li>
<li> <li>
<a href="{{route('index.comments')}}" >
<span class="nav-text">Comentarios</span>
</a>
</li>
<li>
<a href="{{route('blog.admin.category.index')}}" > <a href="{{route('blog.admin.category.index')}}" >
<span class="nav-text">Categorias</span> <span class="nav-text">Categorias</span>
</a> </a>
...@@ -62,6 +67,32 @@ ...@@ -62,6 +67,32 @@
</li> </li>
@endif @endif
@if((view()->exists("product::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</span>
</a>
<ul class="nav-sub">
<li>
<a href="{{route('admin.product.index')}}" >
<span class="nav-text">Listado</span>
</a>
</li>
<li>
<a href="{{route('admin.product.category.index')}}" >
<span class="nav-text">Categorias</span>
</a>
</li>
</ul>
</li>
@endif
<li> <li>
<a> <a>
<span class="nav-caret"> <span class="nav-caret">
......
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