iclop_v1/resources/views/student/pythoncourse/footer.blade.php
2022-08-17 19:44:54 +07: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>