{{__('accounting::lang.accounting')}}
    @if(auth()->user()->can('accounting.manage_accounts'))
  • segment(2) == 'chart-of-accounts') class="active" @endif>@lang('accounting::lang.chart_of_accounts')
  • @endif @if(auth()->user()->can('accounting.view_journal'))
  • segment(2) == 'journal-entry') class="active" @endif>@lang('accounting::lang.journal_entry')
  • @endif @if(auth()->user()->can('accounting.view_transfer'))
  • segment(2) == 'transfer') class="active" @endif> @lang('accounting::lang.transfer')
  • @endif
  • segment(2) == 'transactions') class="active" @endif>@lang('accounting::lang.transactions')
  • @if(auth()->user()->can('accounting.manage_budget'))
  • segment(2) == 'budget') class="active" @endif> @lang('accounting::lang.budget')
  • @endif @if(auth()->user()->can('accounting.view_reports'))
  • segment(2) == 'reports') class="active" @endif> @lang('accounting::lang.reports')
  • @endif
  • segment(2) == 'settings') class="active" @endif>@lang('messages.settings')