PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
themes
/
wowy
/
partials
<ul {!! $options !!} class="navbar-nav navbar__nav"> @foreach ($menu_nodes as $key => $row) <li class="dropdown @if($row->has_child) child @endif"> <a @if($row->has_child) class="switch" @else href="{{ url($row->url) }}" @endif @if ($row->active) class="active" @endif target="{{ $row->target }}" data-toggle="dropdown"> @if ($row->icon_font)<i class='{{ trim($row->icon_font) }}'></i> @endif{{ $row->title }} @if ($row->has_child) <i class="fa fa-chevron-down" style="margin-left:4px"></i> @endif </a> @if ($row->has_child) {!! Menu::generateMenu([ 'menu' => $menu, 'view' => 'main-menu', 'options' => ['class' => 'dropdown-menu'], 'menu_nodes' => $row->child, ]) !!} @endif </li> @endforeach </ul>
[-] main-menu.blade.php
[edit]
[-] header.blade.php
[edit]
[-] sidebar.blade.php
[edit]
[+]
..
[-] facebook-integration.blade.php
[edit]
[-] quick-view.blade.php
[edit]
[-] mobile-menu.blade.php
[edit]
[-] footer.blade.php
[edit]
[-] comments.blade.php
[edit]
[-] additional-simple-slider-fields.blade.php
[edit]
[-] product-category-fields.blade.php
[edit]
[-] flash-sale-product.blade.php
[edit]
[-] additional-product-fields.blade.php
[edit]
[+]
shortcodes
[-] breadcrumb.blade.php
[edit]
[+]
forms
[-] cart-panel.blade.php
[edit]
[-] ajax-search-results.blade.php
[edit]
[-] language-switcher.blade.php
[edit]
[-] quick-shop.blade.php
[edit]
[-] custom-pagination.blade.php
[edit]
[-] blog-post-fields.blade.php
[edit]
[-] additional-page-fields.blade.php
[edit]