Notice: Undefined variable: status in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_receipt.blade.php on line 2

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

Notice: Undefined variable: status in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_receipt.blade.php on line 4

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

Notice: Undefined variable: status in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_receipt.blade.php on line 6

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_receipt.blade.php on line 6
@foreach($other_fee as $of)
Notice: Undefined variable: of in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_receipt.blade.php on line 19

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_receipt.blade.php on line 19
@endforeach @foreach($ledgers as $ledger)
Notice: Undefined variable: ledger in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_receipt.blade.php on line 23

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

Notice: Undefined variable: ledger in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_receipt.blade.php on line 24

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

Notice: Undefined variable: ledger in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_receipt.blade.php on line 25

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

Notice: Undefined variable: ledger in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_receipt.blade.php on line 26

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_receipt.blade.php on line 26
@endforeach
DMMC INSTITUTE OF HEALTH SCIENCES
#143 Narra St., Mountainview Subd., Tanauan City, Batangas


@if($status->academic_type=="Senior High School") @else @endif
Student Number : {{$student->idno}}
Student Name : {{strtoupper($student->lastname)}}, {{$student->firstname}}
Grade/Section : {{$status->level}} {{$status->section}}
Status : {{$stat}}
Course/Level : {{$status->program_code}} {{$status->level}}
Status : {{$stat}}

Breakdown of Fees

@foreach($tuition_fee as $tf)
Notice: Undefined variable: tf in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_receipt.blade.php on line 103

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_receipt.blade.php on line 103
@endforeach @foreach($other_fee as $of)
Notice: Undefined variable: of in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_receipt.blade.php on line 114

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_receipt.blade.php on line 114
@endforeach
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)}}
@if(count($duedates)>0)

Schedule of Payments

@foreach($duedates as $duedate) @if($duedate->due_switch=="0") @else @endif @endforeach
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_receipt.blade.php on line 141

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

Notice: Undefined variable: duedate in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_receipt.blade.php on line 142

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_receipt.blade.php on line 142
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_receipt.blade.php on line 155

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

Notice: Undefined variable: duedate in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_receipt.blade.php on line 156

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\cashier\print\print_receipt.blade.php on line 156
0.00
@else @endif

Balance

Total Fees: {{number_format($total_fees,2)}}
Total Discount: ( {{number_format($total_disc,2)}} )
Total ESC: ( {{number_format($total_esc,2)}} )
Total Debit Memo: ( {{number_format($total_debitmemo,2)}} )
Total Payments: ( {{number_format($total_payments,2)}} )
TOTAL REMAINING BALANCE {{number_format(($total_fees - ($total_disc + $total_esc + $total_debitmemo + $total_payments)),2)}}