DMMCIHS Logo
DMMC INSTITUTE OF HEALTH SCIENCES
#143 Narra St., Mountainview Subd., Tanauan City, Batangas

Promisorry Notes Summary
Date Covered : {{date_format(date_create($finalStartDate),"F d, Y")}} - {{date_format(date_create($finalEndDate),"F d, Y")}} @if($sort == 1) (Transaction Date) @else (Due Date) @endif



   



@foreach($lists as $list)
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
Create Date PN No. Student Name Due Date Status Amount
{{++$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)}}
 
TOTAL  {{number_format($total,2)}}