View all your self-payments for {{ $employee->business->name }}
| Payment ID | Date | Amount | Status | Payment Method | Plan Period | Transaction Ref |
|---|---|---|---|---|---|---|
| #{{ $payment['id'] }} | {{ $payment['paid_at'] ?? 'Pending' }} | ${{ number_format($payment['amount'], 2) }} | {{ $payment['status'] }} | {{ str_replace('_', ' ', $payment['payment_method']) }} |
{{ $payment['business_plan']['starts_at'] }} - {{ $payment['business_plan']['ends_at'] }}
({{ $payment['business_plan']['duration_months'] }} month{{ $payment['business_plan']['duration_months'] > 1 ? 's' : '' }})
|
{{ $payment['transaction_reference'] ?? 'N/A' }} |
You haven't made any self-payments yet.