Old UniVate Website
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1234567891011121314151617181920212223242526272829303132
  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. <h1>Interested in Lombardy Business Park Unit</h1>
  12. <h2>Details</h2>
  13. <p>Name : {{ $interested->name }}</p>
  14. <p>Email : {{ $interested->email }}</p>
  15. <p>Contact Number : {{ $interested->mobile }}</p>
  16. <hr>
  17. <h2>Unit Details</h2>
  18. <p>Name : {{ $unit->name }}</p>
  19. <p>Unit : {{ $unit->unit }}</p>
  20. <p>Price : {{ $unit->price }}</p>
  21. <p>Size : {{ $unit->size }}</p>
  22. <p>Regards,<br>
  23. The Uni-Vate Properties Team
  24. </p>
  25. <img src="https://www.univateproperties.co.za/images/signature.png" />
  26. </body>
  27. </html>