{{ session('success') }}
{{ session('error') }}
{{ session('info') }}
Update Link Generated
Share this link with the subscriber to update their payment method:
This link will expire after use. You can also use the "Send Update Link" button to email this link directly to the subscriber.
Subscription Details
Subscription Information
Subscription Code
{{ $subscription->subscription_code }}
Status
{{ ucfirst($subscription->status) }}
Plan
{{ $subscription->plan->name ?? $subscription->plan_code }}
Amount
{{ $subscription->currency }} {{ number_format($subscription->amount, 2) }} / {{ $subscription->interval }}
Start Date
{{ $subscription->start_date ? $subscription->start_date->format('F d, Y') : 'N/A' }}
Next Payment Date
{{ $subscription->next_payment_date ? $subscription->next_payment_date->format('F d, Y') : 'N/A' }}
Cancelled Date
{{ $subscription->cancelled_at->format('F d, Y') }}
Subscriber Information
Name
{{ $subscription->user->name ?? 'Unknown User' }}
{{ $subscription->user->email ?? 'No Email' }}
User ID
{{ $subscription->user_id ?? 'N/A' }}
Customer Code
{{ $subscription->customer_code ?? 'N/A' }}
Elderly Beneficiary
Related Donations
| Reference | Amount | Status | Date |
|---|---|---|---|
| {{ $donation->reference }} | {{ $donation->currency }} {{ number_format($donation->amount, 2) }} | {{ ucfirst($donation->payment_status) }} | {{ $donation->created_at->format('M d, Y H:i') }} |
| No donations found for this subscription | |||