| Amount | @foreach($accountings as $accounting) | ||||
|---|---|---|---|---|---|
| {{$accounting->accounting_code}} | {{$accounting->category}} | {{$accounting->subsidiary}} | @if($accounting->debit != 0){{number_format($accounting->debit,2)}} @endif | @if($accounting->credit != 0){{number_format($accounting->credit,2)}} @endif | Remove |
| TOTAL | {{number_format($debit,2)}} | {{number_format($credit,2)}} |