@extends('layouts.parent') @section('title', 'Submit Payment') @section('content')
Student
{{ $invoice->student?->full_name }}
Invoice Total
{{ number_format($invoice->total_amount, 2) }}
Balance Due
{{ number_format($invoice->balance_due, 2) }}
@csrf

Your payment request will be reviewed by finance before it is applied to the invoice.

Cancel
@endsection @push('scripts') @endpush