Trial Balance
@foreach($accounts as $account) @endforeach
Account Code Account Name Debit Credit
{{ $account->account_code }} {{ $account->name }} {{ number_format($account->debit, 2) }} {{ number_format($account->credit, 2) }}
Total {{ number_format($totalDebit, 2) }} {{ number_format($totalCredit, 2) }}