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.

pay-bulk-listing-fee.blade.php 1.3KB

123456789101112131415161718192021222324
  1. @extends('master')
  2. @section('title', 'Pay bulk listing fee')
  3. @section('description', 'Uni-Vate Properties provides a reliable platform from which to advertise and sell tender weeks within the timeshare industry.')
  4. @section('keywords', 'Timeshare selling, where to sell my timeshare, Uni-Vate Properties, Uni-Vate timeshare, timeshare for sale, tender weeks available, sell my tender week')
  5. @section('content')
  6. <div class="container">
  7. <div class="row">
  8. <div class="col-md-12">
  9. <h1 class="my-4">Pay Listing Fee</h1>
  10. <p>
  11. * A listing fee of R {{ $total }} including VAT is payable to list your timeshare week/module on the Uni-Vate website.
  12. </p>
  13. <a href="https://www.payfast.co.za/eng/process?cmd=_paynow&amp;receiver=13595896&amp;item_name=Bulk+Timeshare+Listing+Fee&amp;item_description=A+listing+fee+including+VAT+is+payable+to+list+your+timeshare+week%2Fmodule+on+the+Uni-Vate+website.&amp;amount={{ $total }}&amp;return_url=https%3A%2F%2Fwww.univateproperties.co.za%2Fsuccessful-payment&amp;cancel_url=https%3A%2F%2Fwww.univateproperties.co.za"><img src="https://www.payfast.co.za/images/buttons/light-small-paynow.png" width="165" height="36" alt="Pay" title="Pay Now with PayFast" /></a>
  14. <br><br><br><br><br><br><br><br><br>
  15. </div>
  16. </div>
  17. </div>
  18. @stop