# Welcome to {{ $product->name }}!
Hi {{ $order->customer_name }},
Thank you for enrolling in **{{ $product->name }}**. We are excited to have you on board!
@if($isNewUser)
### Your Access Credentials
We have automatically created an account for you to access your learning dashboard. Please use the following credentials to log in:
**Email:** {{ $order->customer_email }}
**Password:** `{{ $password }}`
*We recommend changing your password after your first login.*
@else
### Welcome Back!
Since you already have an account with us, this course has been automatically added to your dashboard. You can log in using your existing password.
@endif
Start Learning Now
If you have any questions or need assistance, feel free to reply to this email.
Happy learning,
{{ config('app.name') }}