@csrf
Positive balances debit A/R; negative balances credit A/R. Opening Balance Equity is the offset.
Customer Opening Balances {{ $rows->count() }} customers
@forelse($rows as $index => $row) @empty @endforelse
Code Customer Name Dr/Cr Opening Balance
{{ $row->code ?: '—' }} {{ $row->name }} @include('masters.opening-balance.partials._dr-cr-badge', [ 'drCr' => $row->opening_dr_cr, 'amount' => abs($row->opening_balance), ])
No customers found.
@if($canSave && $rows->isNotEmpty()) @endif
@push('scripts') @endpush