Manage TAFTA subscriptions, licenses, tools, and recurring payment obligations.
View, edit, and manage all recorded payments.
| Title | Category | Amount | Frequency | Due Date | Status | Actions |
|---|---|---|---|---|---|---|
|
{{ $payment->title }}
|
{{ $payment->category ?: '—' }} | ₦{{ number_format($payment->amount, 2) }} | {{ str_replace('_', ' ', $payment->frequency) }} | {{ $payment->due_date->format('M d, Y') }} | @if($payment->status === 'paid') Paid @elseif($payment->status === 'overdue') Overdue @else Pending @endif | |
| No payments added yet. | ||||||