| Account Code | Account Name | D/C | Amount | Description |
|---|---|---|---|---|
| {{ $gl->account_code }} | {{ $gl->account_name_coa }} | {{ $gl->dc }} | {{ number_format($gl->amount, 2) }} | {{ $gl->description }} |
| Belum ada jurnal untuk transaksi ini. | ||||
| Total Debit: | {{ number_format($general_ledgers->where('dc', 'D')->sum('amount'), 2) }} | |||
| Total Credit: | {{ number_format($general_ledgers->where('dc', 'C')->sum('amount'), 2) }} | |||