Dear {{ $user_data->name}},
Your account has been successfully created. Your login credentials are as follow:
Username: {{ $user_data->cid }}
Password: **************
Please click the link below to set password for your user:
{{ route('activate-user',$user_data->login_token)}}
Regards,
System