@extends('layouts.accountingapp') @section('content')
| 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}} |
| Due Date | Amount |
| Downpayment{{$duedate->due_date}} | {{number_format($duedate->amount,2)}} |
| {{$duedate->due_date}} | {{number_format($duedate->amount,2)}} |