DMMC INSTITUTE OF HEALTH SCIENCES
#143 Narra St., Mountainview Subd. Brgy 3, Tanauan City, Batangas
Tel. Nos. :(043) 778-6352 * Telefax (043) 778-6352


Petty Cash Replenish Summary
Date Covered: {{date_format(date_create($finalStartDate),"F d, Y")}} - {{date_format(date_create($finalEndDate),"F d, Y")}}

@foreach($lists as $list)
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\disbursement\print_summary_cash.blade.php on line 58

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\disbursement\print_summary_cash.blade.php on line 58
@endforeach
Date PCV No. Payee Name Remarks Amount
{{date_format(date_create($list->transaction_date),"F d, Y")}} {{str_pad($list->voucher_no,4,"0",STR_PAD_LEFT)}} {{$list->payee_name}} {{$list->remarks}} {{number_format($list->amount,2)}}
GRAND TOTAL{{number_format($grandtotal,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")}}