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

Change Plan


Student Number : {{$idno}}
Name : {{$student->lastname}}, {{$student->firstname}} {{$student->middlename}}
Level/Section : {{$status->level}} / {{$status->section}}
Plan : {{$status->plan}}

Schedule of Fees

@if(count($duedates)z>0) @foreach($duedates as $duedate) @endforeach @endif
Due DateAmount
{{$duedate->due_date}}{{number_format($duedate->amount,2)}}
{!!csrf_field()!!}
@endsection