Account Statement |
||||||
|
|
|||||
| @lang('SL') | @lang('Date') | @lang('Description') | @lang('TRN No') | @lang('Voucher No') | @lang('Remark') | @lang('Credit') | @lang('Debit') | @lang('Balance') |
|---|---|---|---|---|---|---|---|---|
| 1 | @lang('Opening Balance') | {{ numberFormat($opening['total_credit']) }} | {{ numberFormat($opening['total_debit']) }} | {{ numberFormat($opening['balance']) }} | ||||
| {{ $sl++ }} | {{ dateformat($transaction['date']) }} | {{ $transaction['description'] }} | {{ $transaction['trn_no'] }} | {{ $transaction['voucher_no'] }} | {{ $transaction['remark'] }} | {{ numberFormat($transaction['credit']) }} | {{ numberFormat($transaction['debit']) }} | {{ numberFormat($transaction['balance']) }} |
| {{ $sl }} | @lang('Closing Balance') | {{ number_format($closing_balance, 2) }} | ||||||