Old UniVate Website
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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>