@extends('layouts.accountingapp') @section('content')

Change Plan


@if($status->academic_type == "College" || $status->academic_type == "TESDA") @else @endif
Student No. : {{$idno}}
Name : {{$student->lastname}}, {{$student->firstname}} {{$student->middlename}}
Course/Level : {{$status->program_code}} / {{$status->level}} Year
Level/Section : {{$status->level}} / {{$status->section}}
Plan : {{$status->plan}}

Schedule of Fees

@if(count($duedates)>0) @foreach($duedates as $duedate) @if($duedate->due_switch == 0)
Notice: Undefined variable: duedate in D:\xampp\htdocs\dmmc\resources\views\accounting\changeplan.blade.php on line 29

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\accounting\changeplan.blade.php on line 29
@else @endif @endforeach @endif
Due DateAmount
Downpayment
{{$duedate->due_date}}
{{number_format($duedate->amount,2)}}
{{$duedate->due_date}}{{number_format($duedate->amount,2)}}
@if($status->academic_type == 'College' || $status->academic_type == 'TESDA') @if($status->program_code == "CGB")
@else @endif @else @endif {!!csrf_field()!!}
Notice: Undefined variable: status in D:\xampp\htdocs\dmmc\resources\views\accounting\changeplan.blade.php on line 51

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

Notice: Undefined variable: status in D:\xampp\htdocs\dmmc\resources\views\accounting\changeplan.blade.php on line 51

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\accounting\changeplan.blade.php on line 51
@if(!$debit_memo->isEmpty())
WARNING: This student has a debit memo transaction other than the reversal of the student deposit/reservation. CHANGING OF PLANS will affect the student's schedule of payment computations. Please proceed with caution.
@endif
@endsection @section('script') @endsection