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

1234567891011121314151617181920212223242526272829303132333435363738394041
  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>Source Week Request</h1>
  12. <p>A user has requested an unavailable week to be sourced out on their behalf.</p>
  13. <h2>Details</h2>
  14. <p><strong>User Details</strong></p>
  15. <p>Name : {{ $user->name }} {{ $user->surname }} </p>
  16. <p>Email : {{ $user->email }} </p>
  17. <p>Contact Number : {{ $user->mobile }} </p>
  18. <hr>
  19. <p><strong>Resort Details</strong></p>
  20. <p>Resort : {{ $resort }}</p>
  21. <p>Region : {{ $region }} </p>
  22. <p>Minimum Price : R {{ $minPrice }} </p>
  23. <p>Maximum Price : R {{ $maxPrice }} </p>
  24. <p>Arrival Dates From : {{ $fromDate }}</p>
  25. <p>Departure Dates From : {{ $toDate }}</p>
  26. <hr>
  27. <p>Regards,<br>
  28. The Uni-Vate Properties Team
  29. </p>
  30. <img src="https://www.univateproperties.co.za/images/signature.png" />
  31. </body>
  32. </html>