user-welcome-txt.blade.php 484 B

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