@php $logo = Auth::user()->company != null ? Auth::user()->company->logo : Auth::user()->staff->company->logo; @endphp @if ($logo != null) @else @endif
  • @can('view dashboard') Dashboard @endcan
  • @canany(['view receipt', 'view payment', 'view contra', 'view journal', 'view expense', 'view purchase', 'view sales', 'view purchase return', 'view sales return', 'view stock journal', 'view passes'])
  • Vouchers
      @can('view receipt')
    • Receipt
    • @endcan @can('view payment')
    • Payment
    • @endcan @can('view contra')
    • Contra
    • @endcan @can('view journal')
    • Journal
    • @endcan @can('view expense')
    • Expense
    • @endcan @can('view sales')
    • Sales
    • @endcan @can('view sales return')
    • Sales Return
    • @endcan @can('view purchase')
    • Purchase
    • @endcan @can('view purchase return')
    • Purchase Return
    • @endcan @can('view delivery note')
    • Delivery Note
    • @endcan @can('view stock journal')
    • Stock Journal
    • Physical Stock Registration
    • Stock Transfer
    • @endcan @can('view passes')
    • Passes
    • @endcan
  • @endcanany @canany([ 'view day book', 'view gst report', 'view cost allocation', 'view cash flow', 'view ledger report', 'view stock ledger', 'view trial balance', 'view profit and loss account', 'view balance sheet', 'view contra', 'view payment', 'view receipt', 'view sales', 'view purchase', 'view journal', 'view expense', 'view purchase return', 'view sales return', 'view stock journal', 'view outstanding report', ])
  • Reports
      @can('view day book')
    • Day Book
      • Accounting Day Book
      • Inventory Day Book
      • Summary Report
    • @endcan @canany([ 'view contra', 'view payment', 'view receipt', 'view sales', 'view purchase', 'view journal', 'view journal', 'view expense', 'view purchase return', 'view sales return', ])
    • Accounting Voucher
      Reports
        @can('view receipt')
      • Receipt Register
      • @endcan @can('view payment')
      • Payment Register
      • @endcan @can('view contra')
      • Contra Register
      • @endcan @can('view journal')
      • Journal Register
      • @endcan @can('view expense')
      • Expense Register
      • @endcan @can('view sales')
      • Sales Register
      • @endcan @can('view sales return')
      • Sales Return Register
      • @endcan @can('view purchase')
      • Purchase Register
      • @endcan @can('view purchase return')
      • Purchase Return Register
      • @endcan
    • @endcanany @canany(['view stock journal'])
    • Inventory Voucher
      Reports
        @can('view stock journal')
      • Stock Journal Register
      • Stock Transfer Register
      • Physical Stock Register
      • @endcan
    • @endcanany @can('view payment')
    • Payment Order
    • @endcan @can('view delivery note')
    • Delivery Note Register
    • @endcan @can('view gst report')
    • Gst Report
      • GST Report
      • GST Report Json
    • @endcan @can('view ledger report')
    • Ledger Report
    • @endcan @can('view itemwise sales report')
    • Itemwise Sales Report
    • @endcan @can('view itemwise sales report')
    • Partywise Sales Report
    • @endcan @can('view itemwise sales report')
    • Itemwise Group Sales Report
    • @endcan @can('view stock ledger')
    • Stock Report
    • @endcan @can('view stock ledger')
    • Variant Report
    • @endcan @can('view stock movement analysis')
    • Stock Movement Analysis
    • @endcan {{--
    • Fixed Asset Report
    • --}} @can('view trial balance')
    • Trial Balance
    • @endcan @can('view profit and loss account')
    • Profit & Loss Account
    • @endcan @can('view balance sheet')
    • Balance Sheet
    • @endcan @can('view cost allocation')
    • Cost Allocation Report
    • @endcan @can('view cash flow')
    • Cash Flow
    • @endcan @if (Auth::user()->company_profile->customer_source == 1) @can('view customer report')
    • Customer Report
    • @endcan @endif @can('view outstanding report')
    • Outstanding Report
    • @endcan @can('view cost center')
    • Cost Center Report
    • @endcan @can('view fund flow')
    • Fund Flow
    • @endcan
    • Sales Return % Report
    • @can('view import queue')
    • Import Queue
    • @endcan
    • Staff Attendance
    • @if (Auth::user()->company_profile->customer_source == 1)
    • Customer Source Report
    • @endif
    • Commission Report
  • @endcanany @if (Auth::user()->company != null ? Auth::user()->company->software_type == 'mop' : Auth::user()->staff->company->software_type == 'mop') @can('production request')
  • Production Request
  • @endcan @endif @canany(['view groups', 'view ledger', 'view voucher type', 'view branch', 'view cost center'])
  • Accounting Master
      @can('view groups')
    • Groups
    • @endcan @can('view ledger')
    • Ledger
    • @endcan @can('view voucher type')
    • Voucher Type
    • @endcan @can('view branch')
    • Branch
    • @endcan @can('view cost center')
    • Cost Center
    • @endcan
  • @endcanany @canany([ 'view stock group', 'view stock item', 'view stock location', 'view unit', 'view stock category', 'view price slab', ])
  • Inventory Master
      @can('view stock group')
    • Stock Group
    • @endcan @can('view stock item')
    • Stock Item
    • @endcan @can('view stock category')
    • Stock Category
    • @endcan @can('view stock location')
    • Stock Location
    • @endcan @can('view unit')
    • Unit
    • @endcan @can('view price slab')
    • Price Slab
    • @endcan
    • Attribute
  • @endcanany {{--
  • Employee Control
    • Departmet
    • Salary Structure
    • Employee
    • Attendance
    • Absent
  • --}} @can('view staff control')
  • Staff Control
  • @endcan @can('view roles')
  • Roles
  • @endcan @can('view settings')
  • Settings
      {{--
    • Table Settings
    • --}}
    • Main Settings
    • Print Settings
      • Sales Settings
    • Dashboard Settings
    • Voucher Settings
      • All Settings
      • Sales Settings
      • Purchase Settings
    • Order Settings
    • Report Settings
    • Master Settings
    • @if(Auth::user()->company_profile->transfer_business_key != null)
    • Transfer Settings
    • @endif
  • @endcan @can('view settings')
  • Master
    • Customer Source
  • @endcan @can('view company profile')
  • Company Profile
  • @endcan