×
    {{-- @if (auth()->user()->hasRole('Super-Admin')) --}} @if (auth()->user()->can('Dashboard'))
  • Dashboard
    @can('Admin Dashboard') Admin Dashboard @endcan @can('Accounts Dashboard') Accounts Dashboard @endcan @can('Sales Dashboard') Sales Dashboard @endcan
  • @endif {{-- @endif --}} @if (auth()->user()->can('Operations'))
  • Operations
    @can('Goods Receipts') Good Receipts @endcan @can('Sales') Sales @endcan @can('B-Cheque') B-Cheque @endcan @can('Customers') Customers @endcan @can('Suppliers') Suppliers @endcan @can('Sales Rate Application') Sale Rate Application @endcan @can('Purchase list') Purchase Order @endcan {{-- @can('Attendance list') --}} Attendance {{-- @endcan --}} {{-- @can('Employee Payrolls') --}} Employee Payrolls {{-- @endcan --}}
  • @endif @if (auth()->user()->can('Inventory'))
  • Inventory
    {{-- @canAny(['Brands', 'Products']) Brands & Products @endcanAny --}} @can('Product Category') Product Categories @endcan @canAny(['All Products Inventory']) All Products Inventory @endcanAny
  • @endif @if (auth()->user()->can('Accounts'))
  • Accounts
    @can('Chart of Accounts') Chart of Accounts @endcan @can('Journal Vouchers') Journal Vouchers @endcan @can('Payment Vouchers') Payment Vouchers @endcan @can('Receipts Vouchers') Receipts Vouchers @endcan @can('Service Purchase Vouchers') Service Purchase Vouchers @endcan
  • @endif @if (auth()->user()->can('Reports'))
  • Reports
    @can('Sale Report') Sale Bill @endcan @can('Stock Report') Sale Register @endcan @can('Purchase Report') Receivables @endcan
  • @endif @if (auth()->user()->can('Administerator'))
  • Administrator
    @can('Users Management') Users Management @endcan @can('Roles Management') Roles Management @endcan {{-- @can('Permissions') Permissions Management @endcan @can('Escalation Management') Escalation Management @endcan --}} {{-- @can('Departments') Deparments @endcan --}}
  • @endif @if (auth()->user()->can('Preferences'))
  • Preferences
    @can('Measurement Units') Measurement Units @endcan @can('Unit Types') Unit Types @endcan @can('Discounts') Discounts @endcan @can('Notification Management') Notifications Management @endcan @can('Employees') Employees @endcan {{-- @can('Departmesnts') --}} Departments {{-- @endcan --}} {{-- @can('Designationsd') --}} Designations {{-- @endcan --}} @can('Store Management') Store Management @endcan @can('Cities') Cities @endcan {{-- @can('Print Preferences') Print Preferences @endcan --}} @can('Shortcut Preferences') Shortcut Preferences @endcan @can('General Preferences') General Preferences @endcan
  • @endif
General Notifications

You have 0 unread notification

View All Notifications
Payments

You have 0 unread notification

View All Notifications

User: