KENT
International Pvt. Ltd.
{{-- Dashboard (requires order.view) --}} @can('order.view')
Dashboard
@endcan {{-- Shipments --}} @can('shipment.view')
Shipments
@endcan {{-- Invoice --}} @can('invoice.view')
Invoice
@endcan {{-- Customers --}} @can('customer.view')
Customers
@endcan {{-- Reports --}} @can('report.view')
Reports
@endcan {{-- Chat Support (NO PERMISSION REQUIRED) --}}
Chat Support
{{-- Orders --}} @can('orders.view')
Orders
@endcan {{-- Requests --}} @can('request.view')
Requests
@endcan {{-- Staff (NO PERMISSION REQUIRED) --}}
Staff
{{-- Account Section --}} @can('account.view')
Account
@endcan {{-- Mark List --}} @can('mark_list.view')
Mark List
@endcan
@yield('page-title')
2
{{ Auth::guard('admin')->user()->name ?? 'User' }}
Profile
@csrf
Logout
@yield('content')
@vite(['resources/js/app.js']) @yield('scripts')