12345678910111213141516171819202122232425 |
- @extends('master')
-
- @section('title', 'Successful Payment')
-
- @section('description', 'Successful Payment')
-
- @section('keywords', '')
-
- @section('content')
- <div class="container">
-
- <div class="row">
- <div class="col-md-12">
- <h1 class="my-4">Your Listing Fee Payment was Successful!</h1>
- </div>
- <div class="col-md-12">
- <p class="blue-text large-text">
- You have successfully listed your module/week with Uni-Vate Properties, thank you.
- 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.
- </p>
-
- </div>
- </div>
- </div>
- @stop
|