| Student Number : | {{$student->idno}} |
| Student Name : | {{strtoupper($student->lastname)}}, {{$student->firstname}} |
| Grade/Section : | {{$status->level}} {{$status->section}} |
| Status : | {{$stat}} |
| Grade/Section : | {{$status->level}} {{$status->section}} |
| Status : | {{$stat}} |
| Course/Level : | {{$status->program_code}} - {{$status->level}} Year |
| Status : | {{$stat}} |
| Particular | Amount |
|---|---|
| Tuition Fee | {{number_format($tf->amount,2)}} |
| Other Fees | {{number_format($total_other,2)}} |
| {{$of->description}} | {{number_format($of->amount,2)}} |
| GRAND TOTAL | {{number_format($total_fees,2)}} |
| Due Date | Amount | Balance |
|---|---|---|
| Down Payment | {{number_format($duedate->amount,2)}} | Notice: Undefined variable: duedate in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_balance_slip.blade.php on line 150 Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_balance_slip.blade.php on line 150 Notice: Undefined variable: duedate in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_balance_slip.blade.php on line 151 Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_balance_slip.blade.php on line 151 0.00 |
| {{date_format(date_create($duedate->due_date),"M d, Y")}} | {{number_format($duedate->amount,2)}} | Notice: Undefined variable: duedate in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_balance_slip.blade.php on line 164 Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_balance_slip.blade.php on line 164 Notice: Undefined variable: duedate in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_balance_slip.blade.php on line 165 Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_balance_slip.blade.php on line 165 0.00 |
| Total Fees: | {{number_format($total_fees,2)}} |
| Discounts: | ( {{number_format($total_disc,2)}} ) |
| Voucher: | ( {{number_format($total_esc,2)}} ) |
| Payments Made: | ( {{number_format($total_payments,2)}} ) |
| Other Discounts: | ( {{number_format($total_debitmemo,2)}} ) |
| TOTAL REMAINING BALANCE | {{number_format(($total_fees - ($total_disc + $total_esc + $total_debitmemo + $total_payments)),2)}} |