Hello {{ $user->name }},
Thank you for subscribing to our health plan. Your subscription has been successfully activated.
Your Plan Information
| Plan: | {{ $plan->name }} |
| Price: | ${{ number_format($plan->price / 100, 2) }} |
| Start Date: | {{ $subscription->starts_at ? $subscription->starts_at->format('F j, Y') : 'Today' }} |
| End Date: | {{ $subscription->ends_at ? $subscription->ends_at->format('F j, Y') : 'N/A' }} |
Your Benefits Include:
- 24/7 access to healthcare professionals
- Discounted medications
- Online consultations
- Personalized health advice
- Secure health records
To access your dashboard and start using your health plan benefits, click the button below:
If you have any questions or need assistance, please don't hesitate to contact our support team.
Thank you for choosing our health plan services!
Best regards,
The Health Plan Team