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.

seller.blade.php 1.3KB

12345678910111213141516171819202122232425262728293031
  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>Share Transfer Intiation for Seller</h1>
  12. <h2>Details</h2>
  13. <p>All Levy Amounts for the current cycle have been paid in full : {{ $seller->paid }}</p>
  14. <p>My week is Space banked for the current year: : {{ $seller->spaceBanked }}</p>
  15. <p>My week is placed for Rental this year : {{ $seller->rental }}</p>
  16. <p>I/We bought the timeshare module/week on the following date : {{ $seller->date }}</p>
  17. <p>The Purchase Price for which I/We bought timeshare module/week was : {{ $seller->purchasePrice }}</p>
  18. <p>The Selling Price for the timeshare module/week for which I/We want to sell is (Including Vat) : {{ $seller->sellingPrice }}</p>
  19. <p>Name of Estate Agency : {{ $seller->estateAgency }}</p>
  20. <p>Estate Agent’s commission agreed to (state Rand value) : {{ $seller->commission }}</p>
  21. <hr>
  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>