| Customer | Current End Date | Days Until Due | Renewal Amount | Auto Renew | Last Payment | Actions |
|---|---|---|---|---|---|---|
|
{{ $subscription->customer->name }}
{{ $subscription->customer->phone }}
|
{{ $subscription->end_date->format('M d, Y') }}
{{ $subscription->frequency }}
|
{{ $subscription->days_until_due }} days | Rs. {{ number_format($subscription->recurring_amount, 2) }} | {{ $subscription->auto_renew ? 'Yes' : 'No' }} |
{{ $subscription->last_payment_date ? $subscription->last_payment_date->format('M d, Y') : 'N/A' }}
Rs. {{ number_format($subscription->last_payment_amount ?? 0, 2) }}
|
|
| No subscriptions due for renewal | ||||||