Old UniVate Website
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678910111213141516171819202122232425
  1. @extends('master')
  2. @section('title', 'Successful Payment')
  3. @section('description', 'Successful Payment')
  4. @section('keywords', '')
  5. @section('content')
  6. <div class="container">
  7. <div class="row">
  8. <div class="col-md-12">
  9. <h1 class="my-4">Your Listing Fee Payment was Successful!</h1>
  10. </div>
  11. <div class="col-md-12">
  12. <p class="blue-text large-text">
  13. You have successfully listed your module/week with Uni-Vate Properties, thank you.
  14. Once your listing has been verified and all the details are confirmed to be correct, you will be notified and your listing will be published.
  15. </p>
  16. </div>
  17. </div>
  18. </div>
  19. @stop