Welcome to Your Health Plan

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:

To access your dashboard and start using your health plan benefits, click the button below:

Access Your Dashboard

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