commitall
This commit is contained in:
21
application/views/student/application-payment-success.php
Normal file
21
application/views/student/application-payment-success.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<div class="payment-moal-cover">
|
||||
<div class="payment-modal">
|
||||
<div class="payment-modal-content">
|
||||
<button type="button" class="close">×</button>
|
||||
<div class="payment-done-cover">
|
||||
<div class="payment-done-img"><i class="fas fa-check-circle"></i></div>
|
||||
<h3>Payment Successfull</h3>
|
||||
<?php if ($sent_mail) { ?>
|
||||
<p class="text-success">Your Application is submitted successfully. We have sent you a e-mail Please Check.</p>
|
||||
<?php } else { ?>
|
||||
<p class="text-success">Your Application is submitted successfully</p>
|
||||
<br>
|
||||
<p class="text-danger text-center">We are unable to send you a e-mail, Due to incorrect e-mail id</p>
|
||||
<?php } ?>
|
||||
|
||||
<a href="<?php echo base_url(); ?>Student"><button class="join-class-btn">Done</button></a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user