1234567891011121314151617181920 |
- Welcome, {{$user->name_display}}!
- Thank your for signing up.
- Please visit {{$appUrl}} to access your account.
- @if($temporaryPassword)
- Your temporary password is: {{ $temporaryPassword }}
- @endif
- If you have any questions, feel free to email our customer success team
- (We're lightning quick at replying.) We also offer live chat during business hours.
- Cheers,
- {{$emailFromName}}
- -----------
- ©{{date('Y')}} {{ $stringMappingConfig['name'] }} -> {{$appUrl}}. All rights reserved.
|