@if(auth()->user()->can('inventory-report'))
Inventory MIS
@endif
@if(auth()->user()->can('finance-report'))
Finance MIS
@endif
@if(auth()->user()->can('insurance-report'))
Insurance MIS
@endif
@if(auth()->user()->can('rto-report'))
RTO MIS
@endif
@if(auth()->user()->can('rmc-report'))
RMC MIS
@endif
@if(auth()->user()->can('order-status-report'))
Orders MIS
@endif
@if(auth()->user()->can('rsa-report'))
RSA MIS
@endif
@if(auth()->user()->can('ew-report'))
EW MIS
@endif
@if(auth()->user()->can('ccs-report'))
CCS MIS
@endif
@if(auth()->user()->can('mcp-report'))
MCP MIS
@endif
@if(auth()->user()->can('customer-outstanding-report'))
Outstanding MIS
@endif
@if(auth()->user()->can('customer-booking-advance-report'))
Booking & Advance MIS
@endif
@if(auth()->user()->can('target-report'))
Sales MIS
@endif