Old UniVate Website
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

paymentBulkReference.blade.php 698B

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>