TRIAL BALANCE REPORT
Title: {{$title}}
| Trial Balance Report | ||||||||
|---|---|---|---|---|---|---|---|---|
| Sr. | Account # | Account Name | Head Name | Nature | Opening Balance | Debit | Credit | Closing Balance |
| {{$loop->iteration}} | {{$rows->code}} | {{$rows->name}} | {{$rows->head_name}} | {{$rows->nature}} | @php($opening_balance = $rows->getOpeningBalance($from,$rows->account_id)){{EF::numberFormat($opening_balance)}} | {{EF::numberFormat($rows->debit)}} | {{EF::numberFormat($rows->credit)}} | {{EF::numberFormat($opening_balance + (($rows->debit)-($rows->credit)))}} | @php($debit += $rows->debit) @php($credit += $rows->credit)
| Total | {{EF::numberFormat($debit)}} | {{EF::numberFormat($credit)}} | ||||||