Layout updates, switch user updates

This commit is contained in:
Deon George
2018-08-01 16:28:10 +10:00
parent 444c159ab9
commit 0bd32aab4a
7 changed files with 19 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
<ul class="sidebar-menu" data-widget="tree">
<li class="header">Menu</li>
<li class="header"><b>MENU</b></li>
<!-- Optionally, you can add icons to the links -->
<li @if(Route::current()->getName() == 'home')class="active"@endif><a href="{{ url('home',['date'=>(isset($ido) ? $ido->id : NULL)]) }}"><i class='fa fa-link'></i> <span>{{ trans('adminlte_lang::message.home') }}</span></a></li>
</ul>