Commit 788c7a92 by Angel MAS

menu updated

parent 9c8c77b6
...@@ -48,6 +48,11 @@ ...@@ -48,6 +48,11 @@
<span class="nav-text">Entradas</span> <span class="nav-text">Entradas</span>
</a> </a>
</li> </li>
<li>
<a href="{{route('index.comments')}}" >
<span class="nav-text">Comentarios</span>
</a>
</li>
<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>
...@@ -60,6 +65,32 @@ ...@@ -60,6 +65,32 @@
</li> </li>
</ul> </ul>
</li> </li>
@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 @endif
<li> <li>
......
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