@extends('layouts.app') @section('title', 'My Children Fees | Institution Axis') @section('sidebar-menu')
Track school fees and payment history for all your children.
{{ $invoice->student->schoolClass->name }}
| Date | Child | Method | Reference | Amount (KES) |
|---|---|---|---|---|
| {{ date('d M, Y', strtotime($payment->payment_date)) }} | {{ $payment->student->fullName() }} | {{ str_replace('_', ' ', $payment->payment_method) }} | {{ $payment->reference_number }} | {{ number_format($payment->amount, 2) }} |
| No payment records found. | ||||