# Welcome, {{ $data['name'] }}!
Your account on **{{ config('app.name') }}** has been created by an administrator.
Use the credentials below to sign in for the first time. You will be prompted to change your password after logging in.
**Email:** {{ $data['email'] }}
**Temporary Password:** {{ $data['password'] }}
Sign In Now
If you have any questions, please contact your system administrator.
Thanks,
**{{ config('app.name') }}**