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

List of Checks

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\resources\views\cashier\printcheck.blade.php on line 51

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

Notice: Undefined variable: payment in D:\xampp\htdocs\dmmc\resources\views\cashier\printcheck.blade.php on line 55

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

Notice: Undefined variable: payment in D:\xampp\htdocs\dmmc\resources\views\cashier\printcheck.blade.php on line 55

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

Notice: Undefined variable: payment in D:\xampp\htdocs\dmmc\resources\views\cashier\printcheck.blade.php on line 55

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\cashier\printcheck.blade.php on line 55
@endforeach @else @endif
Receipt No Student ID Name Bank Check Amount Status
{{$payment->receipt_no}} @if($payment->idno!="999999"){{$payment->idno}}@endif {{$payment->paid_by}} {{$payment->bank_name}} {{$payment->check_number}} {{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)}}