{{++$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}} |
{{date_format(date_create($list->due_date),"M d, Y")}} |
@if($list->pn_status == 0) Unpaid @else Paid @endif |
{{number_format($list->amount,2)}} |
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\promissory_note\print_pn_summary_format1.blade.php on line 67
Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\promissory_note\print_pn_summary_format1.blade.php on line 67
@endforeach