• dashboard {{ __('root.menu.dashboard') }}
  • {{-- Branch Start --}}
  • {{ __('root.menu.branch') }}
    • {{ __('root.menu.branch_all') }}
    • {{ __('root.menu.branch_create') }}
    • {{ __('root.menu.branch_trashed') }}
  • {{-- Branch End --}} {{-- Ledger --}}
  • {{ __('root.menu.ledger') }}
      {{-- Ledger Type Start --}}
    • {{ __('root.menu.type') }}
      • {{ __('root.menu.type_all') }}
    • {{-- Income Expense Type End --}} {{-- Ledger Group Start --}}
    • {{ __('root.menu.group') }}
      • {{ __('root.menu.group_all') }}
      • {{ __('root.menu.group_create') }}
      • {{ __('root.menu.group_trashed') }}
    • {{-- Ledger Group End --}} {{-- Ledger Name Start --}}
    • {{ __('root.menu.name') }}
      • {{ __('root.menu.name_all') }}
      • {{ __('root.menu.name_create') }}
      • {{ __('root.menu.name_trashed') }}
    • {{-- Ledger Name End --}}
  • {{-- Ledger End --}} {{-- Bank Cash Start --}}
  • {{ __('root.menu.bank_cash') }}
    • {{ __('root.menu.bank_cash_all') }}
    • {{ __('root.menu.bank_cash_create') }}
    • {{ __('root.menu.bank_cash_trashed') }}
  • @if (env('DEMO_MODE') == false && env('INITIAL_BALANCE_ACTIVITY') == true) {{-- Opening Balance Start --}}
  • Initial Balance
      {{-- Initial Bank Cash Balance Start --}}
    • Bank or Cash
      • All
      • Create
      • Trashed
    • {{-- Initial Bank Cash Balance End --}} {{-- initial_income_expense_head_balance Start --}}
    • Ledger
      • All
      • Create
      • Trashed
    • {{-- initial_income_expense_head_balance End --}}
  • @endif {{-- Opening Balance Start --}} {{-- Voucher Start --}}
  • account_balance_wallet {{ __('root.menu.voucher') }}
      {{-- Cr Voucher Start --}}
    • {{ __('root.menu.voucher_credit') }}
      • {{ __('root.menu.voucher_all') }}
      • {{ __('root.menu.voucher_create') }}
      • {{ __('root.menu.voucher_trashed') }}
    • {{-- cr Voucher End --}} {{-- Dr Voucher Start --}}
    • {{ __('root.menu.debit') }}
      • {{ __('root.menu.debit_all') }}
      • {{ __('root.menu.debit_create') }}
      • {{ __('root.menu.debit_trashed') }}
    • {{-- Dr Voucher End --}} {{-- Jnl Voucher Start --}}
    • {{ __('root.menu.journal') }}
      • {{ __('root.menu.journal_all') }}
      • {{ __('root.menu.journal_create') }}
      • {{ __('root.menu.journal_trashed') }}
    • {{-- Jnl Voucher End --}} {{-- contra_voucher Start --}}
    • {{ __('root.menu.contra') }}
      • {{ __('root.menu.contra_all') }}
      • {{ __('root.menu.contra_create') }}
      • {{ __('root.menu.contra_trashed') }}
    • {{-- contra_voucher End --}}
  • {{-- Voucher End --}} {{-- Report Start --}}