@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 Amount Payment Method @foreach ($paymentMethods as $value => $label) {{ $label }} @endforeach Reference / Transaction ID Notes {{ old('notes') }} Your payment request will be reviewed by finance before it is applied to the invoice. Submit Payment Request Cancel @endsection @push('scripts') @endpush
Your payment request will be reviewed by finance before it is applied to the invoice.