BBnepal-Accounts/application/views/student/payment-success-modal.php
Sampanna Rimal 9cd05ef3cb commitall
2024-07-10 18:28:19 +05:45

15 lines
729 B
PHP

<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>