@extends('layouts.admin') @section('title', 'Member Contribution History') @section('content')
Contribution History & Status
| Plan | Amount | Start Date | Status |
|---|---|---|---|
| {{ $sub->feeStructure->name }} | R {{ number_format($sub->feeStructure->amount, 2) }} / {{ $sub->feeStructure->frequency }} | {{ $sub->start_date->format('M d, Y') }} | {{ ucfirst($sub->status) }} |
| No active subscriptions. | |||
| Date | Amount | Method | Reference | Status |
|---|---|---|---|---|
| {{ $payment->date->format('M d, Y') }} | R {{ number_format($payment->amount, 2) }} | {{ $payment->method ?? '-' }} | {{ $payment->reference ?? '-' }} | {{ ucfirst($payment->status) }} |
| No payment records found. | ||||