×
    @if (auth()->user()->hasRole('super-admin'))
  • Dashboard
  • @endif
  • Operations
    @if (checkPermission('customers') == 1) Customers @endif Purchase Sale Service Purchase
  • {{-- @if (checkPermission('setup') == 1)
  • Inventory
    @if (checkPermission('brands/list') == 1) Brands & Products @endif @if (checkPermission('supplier/list') == 1) Suppliers @endif @if (checkPermission('approval_group') == 1) Approval Group @endif @if (checkPermission('escalation_group') == 1) Escalation Group @endif Sale Rate Application
  • @endif --}} @if (auth()->user()->can('Inventory'))
  • Inventory
    {{-- @can('brands') Brands & Products @endcan --}} @canAny(['Brands', 'Products']) Brands & Products @endcanAny Suppliers Sale Rate Application
  • @endif @if (checkPermission('accounts') == 1)
  • Accounts
    Chart of Accounts Goods Receipts Billing / B-Cheque Goods Receipts Journal Vouchers Payment Voucher Receivables / Payables General Ledger @if (checkPermission('payment_invoice_list') == 1) Payments Invoice @endif
  • @endif {{-- @if (auth()->user()->can('accounts'))
  • Accounts
    @can('chart of account', $user) Chart of Accounts @endcan Goods Receipts Billing / B-Cheque Goods Receipts Journal Vouchers Payment Voucher Receivables / Payables General Ledger @if (checkPermission('payment_invoice_list') == 1) Payments Invoice @endif
  • @endif --}}
  • Reports
    @if (checkPermission('users') == 1) Sale Report @endif @if (checkPermission('users') == 1) Stock Report @endif @if (checkPermission('users') == 1) Purchase Report @endif @if (checkPermission('users') == 1) Ageing Report @endif @if (checkPermission('users') == 1) Customer Wise Report @endif
  • @if (checkPermission('administrator') == 1)
  • Administrator
    @if (checkPermission('users') == 1) User Management @endif @if (checkPermission('roles') == 1) Roles Management @endif Escalation Management @if (checkPermission('departments') == 1) Permission Management @endif @if (checkPermission('departments') == 1) Deparments @endif
  • @endif @if (checkPermission('preferences') == 1)
  • Preferences
    @if (checkPermission('measurement_unit') == 1) Measurement Units @endif @if (checkPermission('employee') == 1) Unit Types @endif @if (checkPermission('discounts') == 1) Discounts @endif @if (checkPermission('product') == 1) Product Categories @endif @if (checkPermission('notification.list') == 1) Notifications Management @endif @if (checkPermission('invoice.list') == 1) Invoice Preferences @endif @if (checkPermission('employee') == 1) Employees @endif WhatsApp / SMS Casting Preferences
  • @endif
General Notifications

You have 0 unread notification

View All Notifications
Accounts

You have 0 unread notification

View All Notifications

User: