| Installment | Due Date | Original | Adjustments (+) | Written Off (-) | Outstanding | Adjustment(+) / Write-off (-) |
|---|---|---|---|---|---|---|
| #{{ $installment->installment_number }} | {{ $installment->due_date->format('d M Y') }} | {{ currency_symbol() }}{{ number_format($installment->amount, 2) }} | {{ currency_symbol() }}{{ number_format($installment->adjustment_amount, 2) }} | {{ currency_symbol() }}{{ number_format($installment->written_off_amount, 2) }} | {{ currency_symbol() }}{{ number_format($installment->outstanding_amount, 2) }} |
Emails Sent
Appointments
Total Revenue
Connected Contacts
Invoices
Complete CRM contact information and membership details.
Contact-level reporting across all memberships, subscriptions, transactions, payment methods, and subscription logs.
No upcoming billing is currently scheduled.
@endif| Membership | Status | Payment Frequency | Start Date | End Date | Program Amount | Amount Financed | Paid Amount | Remaining Balance | Installments | Paid | Remaining | Next Billing | Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ data_get($row, 'name') }} (#{{ data_get($row, 'membership.id') }}) | {{ data_get($row, 'status') }} | {{ data_get($row, 'payment_frequency') }} | {{ $date(data_get($row, 'start_date')) }} | {{ $date(data_get($row, 'end_date')) }} | {{ $money(data_get($row, 'program_amount')) }} | {{ $money(data_get($row, 'amount_financed')) }} | {{ $money(data_get($row, 'paid_amount')) }} | {{ $money(data_get($row, 'remaining_balance')) }} | {{ data_get($row, 'installments') }} | {{ data_get($row, 'paid_installments') }} | {{ data_get($row, 'remaining_installments') }} | {{ $date(data_get($row, 'next_billing_date')) }} |
|
| Membership | Subscription ID | Status | Amount | Next Run Date | Last Run Date | Billed Cycles | Failed Cycles | Retry Count | Auto Retry |
|---|---|---|---|---|---|---|---|---|---|
| {{ data_get($row, 'membership_name') }} | {{ data_get($row, 'subscription_id') }} | {{ data_get($row, 'status') }} | {{ $money(data_get($row, 'amount')) }} | {{ $date(data_get($row, 'next_run_date')) }} | {{ $datetime(data_get($row, 'last_run_date')) }} | {{ data_get($row, 'billed_cycles') }} | {{ data_get($row, 'failed_cycles') }} | {{ data_get($row, 'retry_count') }} | {{ data_get($row, 'auto_retry_enabled') ? 'Yes' : 'No' }} |
| Membership | Type | Subscription | Date | Amount | Frequency |
|---|---|---|---|---|---|
| {{ data_get($payment, 'membership_name') }} | {{ data_get($payment, 'membership_type') }} | {{ data_get($payment, 'subscription_id') }} | {{ $date(data_get($payment, 'date')) }} | {{ $money(data_get($payment, 'amount')) }} | {{ data_get($payment, 'payment_frequency') }} |