iclop_v2/resources/views/android/teacher/footer.blade.php
2024-12-24 23:40:12 +00:00

9 lines
354 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; 2020 <a href="https://aplas.org">Android Programming Learning Assistance System (APLAS)</a>.</strong> All rights reserved.
</footer>