mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Added suppliers back to new side menu (oops)
This commit is contained in:
parent
0c8308f5a4
commit
dcfc434075
|
@ -514,6 +514,10 @@
|
|||
<li><a href="{{ route('manufacturers.index') }}" {{ (Request::is('/manufacturers') ? ' class="active"' : '') }} >@lang('general.manufacturers')</a></li>
|
||||
@endcan
|
||||
|
||||
@can('view', \App\Models\Supplier::class)
|
||||
<li><a href="{{ route('suppliers.index') }}" {{ (Request::is('/suppliers') ? ' class="active"' : '') }} >@lang('general.suppliers')</a></li>
|
||||
@endcan
|
||||
|
||||
@can('view', \App\Models\Category::class)
|
||||
<li><a href="{{ route('categories.index') }}" {{ (Request::is('/categories') ? ' class="active"' : '') }} >@lang('general.categories')</a></li>
|
||||
@endcan
|
||||
|
|
Loading…
Reference in a new issue