PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
themes
/
wowy
/
partials
<ul {!! $options !!}> @foreach ($menu_nodes as $key => $row) <li class="@if ($row->has_child) menu-item-has-children @endif {{ $row->css_class }}"> @if ($row->has_child) <span class="menu-expand"></span> @endif <a href="{{ url($row->url) }}" target="{{ $row->target }}"> @if ($row->icon_font)<i class='{{ trim($row->icon_font) }}'></i> @endif{{ $row->title }} </a> @if ($row->has_child) {!! Menu::generateMenu([ 'menu' => $menu, 'view' => 'mobile-menu', 'options' => ['class' => 'dropdown'], '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]