/
home
/
techb158
/
immovalet.com
/
platform
/
packages
/
menu
/
resources
/
views
/
partials
/
/home/techb158/immovalet.com/platform/packages/menu/resources/views/partials
mkdir
upload
Name
Size
Mode
Actions
default.blade.php
707
0644
edit
dl
rm
menu.blade.php
4382
0644
edit
dl
rm
select.blade.php
766
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/platform/packages/menu/resources/views/partials/default.blade.php
(707B)
<ul {!! $options !!}> @foreach ($menu_nodes as $key => $row) <li @if ($row->css_class || $row->active) class="@if ($row->css_class) {{ $row->css_class }} @endif @if ($row->active) current @endif" @endif> <a href="{{ url($row->url) }}" @if ($row->target !== '_self') target="{{ $row->target }}" @endif> @if ($row->icon_font) <i class="{{ trim($row->icon_font) }}"></i> @endif <span>{{ $row->title }}</span> </a> @if ($row->has_child) {!! Menu::generateMenu([ 'menu' => $menu, 'menu_nodes' => $row->child ]) !!} @endif </li> @endforeach </ul>
Save
cmd:
run