iclop_v2/resources/views/android/admin/footer.blade.php
2024-12-24 23:40:12 +00: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>