Commit e1749d92 authored by Kevin Yumang's avatar Kevin Yumang

SERV-2286 - moved "div card card-sidebar-mobile" on navigation element start...

SERV-2286 - moved "div card card-sidebar-mobile" on navigation element start and stop element. result ok
parent e4ce093f
<div class="card-sidebar-mobile">
<li class="nav-item nav-item-submenu">
<li class="nav-item nav-item-submenu">
<a href="#" class="nav-link">
<i class="{{ $icon }}"></i>
<span>{{ $title }}</span>
......
</ul>
</li>
\ No newline at end of file
</div>
\ No newline at end of file
<ul @foreach($extra as $k => $v) {{$k}}="{{$v}}" @endforeach class="nav nav-sidebar" data-nav-type="accordion">
\ No newline at end of file
<div class="card-sidebar-mobile">
<ul @foreach($extra as $k => $v) {{$k}}="{{$v}}" @endforeach class="nav nav-sidebar" data-nav-type="accordion">
\ No newline at end of file
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