{{ $plan->name ?? 'Standard Plan' }}
{{ $subscription->onTrial() ? 'Trial ends' : 'Next billing date' }}: {{ $subscription->onTrial() ? $subscription->trial_ends_at->format('M d, Y') : ($subscription->ends_at ? $subscription->ends_at->format('M d, Y') : 'Auto-renews') }}
@if($subscription->cancelled())Subscription cancelled. Access until period ends.
@endifYou are not currently subscribed to any plan.
View Plans| Date | Amount | Download |
|---|---|---|
| {{ $invoice->date()->toFormattedDateString() }} | {{ $invoice->total() }} | Download |