| Account Name |
Description |
Reference |
Debit |
Credit |
@foreach($transactions as $transaction)
| Type: {{$invrow->voucher_type}} Vr. {{$vr_name}} |
Vr. No: {{$invrow->voucher_no}} |
|
Vr. Date: |
{{date('d-m-Y',strtotime($invrow->voucher_date))}} |
@foreach($transaction as $row)
| {{$row->master_name}} |
{{$row->description}} |
{{($row->other_type=='')?$row->reference_no:$row->reference_from}} |
|
|
@endforeach
|
|
Vr. Total |
{{number_format($drtotal,2)}} |
{{number_format($crtotal,2)}} |
|
|
|
|
|
@endforeach