@extends('layouts.app') @section('title', 'Payment History') @section('content')
| Child | Receipt No. | Amount | Method | Date | Actions |
|---|---|---|---|---|---|
| {{ $payment->invoice->student->full_name ?? '—' }} | {{ $payment->receipt_number }} | ₦{{ number_format($payment->amount, 2) }} | {{ $payment->method }} | {{ $payment->created_at->format('d M, Y') }} | Download Receipt |
| No payments recorded yet. | |||||