Receipt No |
Student ID |
Name |
Particular |
Amount |
Status |
@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
{{$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}} |
@endforeach
@else
No Collection has been made. |
@endif
Total |
{{number_format($totalCollection,2)}} |
|
Total Collection |
{{number_format($totalCollection,2)}} |
|
Total Canceled |
{{number_format($totalReversal,2)}} |