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.

pre-select.blade.php 879B

12345678910111213141516171819202122232425262728293031323334
  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. table#t01 tr:nth-child(even) {
  9. background-color: #eee;
  10. }
  11. table#t01 tr:nth-child(odd) {
  12. background-color: #fff;
  13. }
  14. table#t01 th {
  15. color: white;
  16. background-color: black;
  17. }
  18. </style>
  19. </head>
  20. <body>
  21. <p>Dear Delia</p>
  22. <p>{{ $agency }} has selected timeshares on the pre-select list. Please authorise on the admin panel.</p>
  23. <p>Regards,<br>
  24. The Uni-Vate Properties Team
  25. </p>
  26. <img src="https://www.univateproperties.co.za/images/signature.png" />
  27. </body>
  28. </html>