@if(auth()->user()->can('manage_dashboard'))
-
Dashboard
@endif
{{--TODO change the permission--}}
@if(auth()->user()->can('manage_users'))
-
Users
@endif
@if(auth()->user()->can('display_system_settings'))
-
System Settings
@if(auth()->user()->can('manage_transporters'))
-
Transporters
@endif
@if(auth()->user()->can('manage_vehicles'))
-
Vehicles
@endif
@if(auth()->user()->can('manage_sku'))
-
SKUs
@endif
@if(auth()->user()->can('manage_locations'))
-
Locations
@endif
@if(auth()->user()->can('manage_orders'))
-
Order
@endif
@if(auth()->user()->can('manage_trips'))
-
Trip
@endif
@if(auth()->user()->can('manage_trip_management'))
-
Trip Management
@endif
@if(auth()->user()->can('manage_documents_received'))
-
Doduments Recieved
@endif
@if(auth()->user()->can('manage_delivery_notes'))
-
Delivery notes
@endif
@if(auth()->user()->can('manage_shuttle_management'))
-
Shuttle Management
@endif
@endif
@if(auth()->user()->can('display_shuttle_settings'))
-
Shuttle Settings
@endif
@if(auth()->user()->can('manage_reports'))
-
Reports
@endif