Billie/resources/views/android/student/footer.blade.php
2025-05-06 09:47:26 +07:00

9 lines
384 B
PHP

<footer class="main-footer">
<!-- To the right -->
<div class="float-right d-none d-sm-inline">
Login as {{ Auth::user()->roleid }}
</div>
<!-- Default to the left -->
<strong>Copyright &copy; 2022 <a href="http://learning.aplas.online/iclop/">Intelligent Computer Assisted Programming Learning Platform(iCLOP)</a>.</strong> All rights reserved.
</footer>