Old UniVate Website
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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