File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1
1
@foreach ($items as $item )
2
2
<li @lm_attrs ($item ) @if ($item -> hasChildren () ) class =" nav-item dropdown" @endif @lm_endattrs >
3
- @if ($item -> link ) <a @lm_attrs($item- >link) @if ($item -> hasChildren () ) class="nav-link dropdown-toggle" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" @else class="nav-link" @endif @lm_endattrs href="{!! $item -> url () ! !} ">
3
+ @if ($item -> link ) <a @lm_attrs ($item -> link ) @if ($item -> hasChildren () ) class =" nav-link dropdown-toggle" role =" button" data-toggle =" dropdown" aria-haspopup =" true" aria-expanded =" false" @else class =" nav-link" @endif @lm_endattrs href =" {!! $item -> url () ! !}" >
4
4
{!! $item -> title ! !}
5
5
@if ($item -> hasChildren () ) <b class =" caret" ></b > @endif
6
6
</a >
You can’t perform that action at this time.
0 commit comments