@php $selectedAccountType = $accountFilters['section'] ?? ''; @endphp
Filter Accounts
@if($selectedAccountType) @endif
Filter by account type (Bank, A/R, Fixed Assets, etc.). Each balance posts as Debit or Credit; Opening Balance Equity is the offset.
@csrf @if($selectedAccountType) @endif
Account Opening Balances {{ $rows->count() }} accounts
@forelse($rows as $index => $row) @empty @endforelse
Code Account Name Type Current Balance Dr/Cr Opening Balance
No accounts match the selected filter.
@if($canSave && $rows->isNotEmpty()) @endif
@push('scripts') @endpush