%ul.nav{"ui-nav" => ""} %li.nav-header.hidden-folded %small.text-muted Menú de navegación %li %a{:href => "{{route('dashboard')}}"} %span.nav-icon %i.fas.fa-home %span.nav-text Inicio - if (Auth::user()->rol_id == 1) %li %a %span.nav-caret %i.fa.fa-caret-down %span.nav-icon %i.fas.fa-users %span.nav-text Contactos %ul.nav-sub %li %a{:href => "{{route('landings')}}"} %span.nav-text Interesados %li %a{:href => "{{route('contacts')}}"} %span.nav-text Mensajes %li %a %span.nav-caret %i.fa.fa-caret-down %span.nav-icon %i.fas.fa-gift %span.nav-text Productos %ul.nav-sub %li %a{:href => "{{route('category.index')}}"} %span.nav-text Categorías %li %a{:href => "{{route('product.index')}}"} %span.nav-text Productos - if (Module::collections()->has('Blog')) %li %a %span.nav-caret %i.fa.fa-caret-down %span.nav-icon %i.fas.fa-book %span.nav-text Blog %ul.nav-sub %li %a{:href => "{{route('blog.admin.category.index')}}"} %span.nav-text Categorías %li %a{:href => "{{route('blog.admin.tag.index')}}"} %span.nav-text Catálogo de etiquetas %li %a{:href => "{{route('blog.admin.entry.index')}}"} %span.nav-text Entradas %li %a{:href => "{{route('index.comments')}}"} %span.nav-text Comentarios - if (Module::collections()->has('Landings')) %li %a %span.nav-caret %i.fa.fa-caret-down %span.nav-icon %i.fas.fa-paper-plane %span.nav-text Landings %ul.nav-sub %li %a{:href => "{{route('landing.pages.index')}}"} %span.nav-text Listado %li %a{:href => "{{route('landing.pages.create')}}"} %span.nav-text Crear landing %li %a %span.nav-caret %i.fa.fa-caret-down %span.nav-icon %i.fa.fa-cogs %span.nav-text Configuraciones %ul.nav-sub %li %a{:href => "{{route('user.index')}}"} %span.nav-text Usuarios %li %a{:href => "{{route('index')}}", :target=>"new"} %span.nav-icon %i.fas.fa-globe %span.nav-text Ir al sitio web