Hello {{ $user->name }},
Thank you for subscribing to our service! Your subscription has been successfully activated.
Subscription Details:
Plan: {{ $subscription->package->name ?? 'N/A' }}
Amount: ${{ number_format($subscription->amount, 2) }}
{{--Subscription ID: {{ $subscription->stripe_subscription_id }}
--}}Start Date: {{ $subscription->current_period_start->format('M d, Y') }}
End Date: {{ $subscription->current_period_end->format('M d, Y') }}
Status: Active
You can manage your subscription from your account dashboard.
If you have any questions, please contact our support team.