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.blade.php on line 60

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 60
@if($list->pn_status == 0) @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
@endif
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
Date Requested PN No. Student Name Amount Due Due Date Amount Collected Date Collected Remarks
{{++$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")}}0.00 - {{number_format($list->amount,2)}} {{date_format(date_create($list->date_collected),"M d, Y")}}{{$list->remarks}}
 
 
 
TOTAL DUE {{number_format($total_due,2)}}
TOTAL COLLECTED {{number_format($total_collected,2)}}

Prepared By:

{{Auth::user()->firstname}} {{Auth::user()->lastname}}

Accounting Staff
{{date("m/d/Y H:m:s")}}