• Welcome {{ auth()->user()->name }}
  • GENERAL
  • Dashboard
  • @if(auth()->check() && auth()->user()->user_type !== 'sadmin')
  • Customers
  • Transactions
  • {{--
  • Sales
  • --}}
  • Account Definition
  • @endif @if(auth()->check() && auth()->user()->user_type !== 'sadmin')
  • REPORTS
  • Sale Invoice
  • Stock Summary
  • Account Ledger
  • Sale Summary
  • Purchase Summary
  • General Journal
  • @endif
  • SETTINGS
  • @if(auth()->check() && auth()->user()->user_type === 'sadmin')
  • Memories
  • Storages
  • Colors
  • Categories
  • Brands
  • Products/Items
  • Shops
  • Account Type
    Definition
  • Users
  • @endif
  • Profile
  • Logout