commitall
This commit is contained in:
14
application/views/student/payment-success-modal.php
Normal file
14
application/views/student/payment-success-modal.php
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
<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>
|
||||
<p>Your Admission Procedures has been completed successfully you will get you're <strong>User ID & Password</strong> to your registered <strong>Email ID</strong> within <strong>24 Hrs.</strong></p>
|
||||
<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