Old UniVate Website
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

successful-payment.blade.php 706B

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