{{-- new --}}
InventPRO
Navigation
Dashboard
Inventory
View Inventory
Add Inventory
Requests
Create Request
View Requests
@if(auth()->user()->hasAdminControl())
All Requests
Admin
@endif
@if(auth()->user()->hasProjectAccess())
Projects
@if(auth()->user()->canProject('create'))
Create Project
@endif @if(auth()->user()->canProject('view'))
View Projects
@endif
@endif
Parameter
Manage Category
Manage Holder
Location
Manage Location
Report
Generate Report
{{--
History
Asset History
--}}
User
Manage User
Audit Trail
I
Inventory
{{ Auth::user()->name }}
Logout
@yield('content')
@stack('scripts')