Commit f1f16843 by Aan Choesni Herlingga

bug fix en menu

parent 7ebf01fd
......@@ -11,7 +11,7 @@
<li><a href="{!! url((string)$valuec->url) !!}">{!! $valuec->rEn->name !!}</a></li>
@else
<li class="dropdown-submenu">
<a href="#">{!! $valuec->name !!}</a>
<a href="#">{!! $valuec->rEn->name !!}</a>
<ul class="dropdown-menu">
@foreach ($menu as $valuec2)
@if($valuec2->parent == $valuec->id)
......
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