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.

123456789101112131415161718192021222324
  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 Administrator</p>
  12. <p>Listing fee payment for a bulk timeshare upload from user {{ $user->name }} {{ $user->surname }} with email address {{ $user->email }} has been successfully payed through Pay Fast.</p>
  13. <p>Bulk upload Ref Number : BTS{{ $bulk->id }}</p>
  14. <p>Regards,<br>
  15. The Uni-Vate Properties Team
  16. </p>
  17. <img src="https://www.univateproperties.co.za/images/signature.png" />
  18. </body>
  19. </html>