DMMCIHS Logo
DMMC INSTITUTE OF HEALTH SCIENCES
#143 Narra St., Mountainview Subd., Tanauan City, Batangas

Collection Report

Transaction Date: {{Date('M d, Y',strtotime($transaction_date))}}
Cashier: {{Auth::user()->lastname}}, {{Auth::user()->firstname}} {{Auth::user()->extensionname}}

@if(count($payments)>0) @foreach($payments as $payment)
Notice: Undefined variable: payment in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\cashier\printcollection.blade.php on line 50

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\cashier\printcollection.blade.php on line 50

Notice: Undefined variable: payment in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\cashier\printcollection.blade.php on line 54

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\cashier\printcollection.blade.php on line 54

Notice: Undefined variable: payment in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\cashier\printcollection.blade.php on line 54

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\cashier\printcollection.blade.php on line 54

Notice: Undefined variable: payment in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\cashier\printcollection.blade.php on line 54

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\cashier\printcollection.blade.php on line 54
@endforeach @else @endif
Receipt No Student ID Name Particular Amount Status
{{$payment->receipt_no}} @if($payment->idno!="999999"){{$payment->idno}}@endif {{$payment->paid_by}} {{$payment->remarks}} {{number_format($payment->cash_amount+$payment->check_amount-$payment->change_amount,2)}} {{$status}}
No Collection has been made.
Total {{number_format($totalCollection,2)}}
Total Collection {{number_format($totalCollection,2)}}
Total Canceled {{number_format($totalReversal,2)}}