DMMC Institute of Health Sciences
#143 Narra St., Mountainview Subd., Tanauan City, Batangas
{{$subsidiary}} Collection
@if($finalStartDate == $finalEndDate)
Date Covered : {{date_format(date_create($finalStartDate),"F d, Y")}}
@else
Date Covered : {{date_format(date_create($finalStartDate),"F d, Y")}} - {{date_format(date_create($finalEndDate),"F d, Y")}}
@endif
|
Description |
Transaction Date |
OR # |
Amount |
@foreach($lists as $list)
{{++$x}} |
{{$list->description}} |
{{date_format(date_create($list->transaction_date),"F d, Y")}} |
{{$list->receipt_no}} |
{{number_format($list->credit,2)}} |
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\print\print_account_collection.blade.php on line 61
Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\print\print_account_collection.blade.php on line 61
@endforeach
|
|
|
TOTAL |
{{number_format($total,2)}} |
Prepared By:
{{Auth::user()->firstname}} {{Auth::user()->lastname}}
Accounting Staff - Cashier
{{date("m/d/Y H:m:s")}}
|