Start of ordering
This commit is contained in:
6
resources/views/vendor/adminlte/layouts/partials/sidebarmenu.blade.php
vendored
Normal file
6
resources/views/vendor/adminlte/layouts/partials/sidebarmenu.blade.php
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<ul class="sidebar-menu" data-widget="tree">
|
||||
<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') }}"><i class='fa fa-link'></i> <span>{{ trans('adminlte_lang::message.home') }}</span></a></li>
|
||||
<li @if(Route::current()->getName() == 'order')class="active"@endif><a href="{{ url('order') }}"><i class='fa fa-shopping-cart'></i> <span>Order</span></a></li>
|
||||
</ul>
|
Reference in New Issue
Block a user