logo
@if(!Auth::user()->is('super_admin'))
image
{{Auth::user()->client->name ?? ''}}
@endif
  • Product Inventory
  • Reports
  • @can('order-report')
  • Printavo Orders
  • @endcan @can('order-check-in')
  • Order Check In
  • @endcan @can('account-receivable-report')
  • Account Receivable
  • @endcan @can('products-report')
  • Products
  • @endcan @can('average-sales-report')
  • Average Sales
  • @endcan @can('invoiced-sales-report')
  • Invoiced Sale
  • @endcan @can('customer-report')
  • Customer List
  • @endcan @can('top-items-report')
  • Top 20 Item Sold
  • @endcan @can('top-customers-report')
  • Top 20 Customer List
  • @endcan @can('top-invoices-report')
  • Top 20 Invoices
  • @endcan @can('settings')
  • Settings
  • Settings
    • Integrations
    • Scheduler
    • Clients
  • Access Controls
    • Role Management
    • User Management
    • Permission Mangement
  • @endcan