@extends('layouts.app') @section('title', __('accounting-reports::lang.general_ledger')) @section('content')

@lang('accounting-reports::lang.general_ledger')

Filters

@if(empty($accounts) && empty($accountsDropdown ?? []))

No Chart of Accounts found. Please set up Chart of Accounts first.

@endif
@endsection @section('javascript') @endsection