DMMC Institute of Health Sciences
#143 Narra St., Mountainview Subd., Tanauan City, Batangas
Account No. : {{$code}}
Account Name : {{getAccountingName($code)}}
@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
|
Date |
OR # |
Paid By |
Description |
Amount |
@foreach($lists as $list)
{{++$x}} |
{{date_format(date_create($list->transaction_date),"M d, Y")}} |
{{$list->receipt_no}} |
{{$list->paid_by}} |
{{$list->description}} |
{{number_format($list->credit,2)}} |
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\print\print_otherpayment_account_collection.blade.php on line 68
Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\print\print_otherpayment_account_collection.blade.php on line 68
@endforeach
|
|
|
|
TOTAL |
{{number_format($total,2)}} |
@if (Auth::user()->accesslevel == '4')
Prepared by:
{{Auth::user()->lastname}}, {{Auth::user()->firstname}}
Accounting Staff - Cashier
@else (Auth::user()->accesslevel == '5')
Prepared by:
{{Auth::user()->lastname}}, {{Auth::user()->firstname}}
Accounting Manager
@endif
{{date("m/d/Y H:m:s")}}