@extends('layouts.parent') @section('title', 'Fee Statements - Kidscholl') @section('styles') @endsection @section('content')
Track payment timelines, download invoices, and pay quarterly fees securely.
| Installment / Term | Amount | Due Date | Payment Status | Receipt Date | Action |
|---|---|---|---|---|---|
|
{{ $fee->term }}
|
₹{{ number_format($fee->amount, 2) }} | {{ \Carbon\Carbon::parse($fee->due_date)->format('d M Y') }} | {{ $fee->status }} | {{ $fee->paid_date ? \Carbon\Carbon::parse($fee->paid_date)->format('d M Y') : 'N/A' }} | @if($fee->status == 'Paid') Receipt @else @if($razorpayEnabled && !empty($razorpayKeyId)) @else @endif @endif |