DMMC Institute of Health Sciences
#143 Narra St., Mountainview Subd., Tanauan City, Batangas

Petty Cash Report
@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


 
@foreach($lists as $list)
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_petty_cash_report.blade.php on line 59

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_petty_cash_report.blade.php on line 59
@endforeach
Transaction Date Remarks Check Date Check Number Amount
{{++$x}} {{date_format(date_create($list->transaction_date),"F d, Y")}} {{$list->remarks}} {{date_format(date_create($list->check_date),"F d, Y")}} {{$list->check_number}} {{number_format($list->check_amount,2)}} 
        TOTAL {{number_format($total,2)}} 

Prepared By:

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

Accounting Staff - Cashier


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