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.
10 lines
565 B
10 lines
565 B
<div class="container pt-4">
|
|
<div class="pt-5 text-center">
|
|
<img class="mt-4" src="<?php echo auto_version(base_url('resources/images/frontoffice/icons/success.svg')); ?>" height="120px"/>
|
|
<h3 class="mt-5 mb-3">Payment Successful</h3>
|
|
<p>Your reservation payment has been confirmed. Click the button <br>to check your reservation. Thank you!</p>
|
|
<button type="button" class="btn btn-primary mt-4">
|
|
<a style="font-size: 14px; color: white;" href="<?php echo base_url('mes-reservations'); ?>">Mes reservations</a>
|
|
</button>
|
|
</div>
|
|
</div>
|