Old UniVate Website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

get-username.blade.php 505B

12345678910111213141516171819202122
  1. <html>
  2. <head>
  3. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Calibri">
  4. <style>
  5. body {
  6. font-family:Calibri;
  7. }
  8. </style>
  9. </head>
  10. <body>
  11. <p>Dear {{ $user->name }},</p>
  12. <p>Your username is {{ $user->username }}</p>
  13. <p>Regards,<br>
  14. The Uni-Vate Properties Team
  15. </p>
  16. <img src="https://www.univateproperties.co.za/images/signature.png" />
  17. </body>
  18. </html>