{{++$x}} |
{{date_format(date_create($list->transaction_date),"M d, Y")}} |
{{str_pad($list->pn_no,4,"0",STR_PAD_LEFT)}} |
{{$list->lastname}}, {{$list->extensionname}} {{$list->firstname}} {{$list->middlename}} |
{{number_format($list->amount,2)}} |
{{date_format(date_create($list->due_date),"M d, Y")}} |
@if($list->pn_status == 0)
0.00 |
- |
@else
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\promissory_note\print_pn_summary.blade.php on line 72
Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\promissory_note\print_pn_summary.blade.php on line 72
{{number_format($list->amount,2)}} |
{{date_format(date_create($list->date_collected),"M d, Y")}} |
@endif
{{$list->remarks}} |
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\promissory_note\print_pn_summary.blade.php on line 77
Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\promissory_note\print_pn_summary.blade.php on line 77
@endforeach