BBnepal-Accounts/application/views/student/payment-success-modal.php

15 lines
729 B
PHP
Raw Normal View History

2024-07-10 12:43:19 +00:00
<div class="payment-moal-cover">
<div class="payment-modal">
<div class="payment-modal-content">
<button type="button" class="close">&times;</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>