Amal_Udjir/resources/views/php/teacher/footer.blade.php

9 lines
388 B
PHP
Raw Permalink Normal View History

2025-04-22 03:10:07 +00:00
<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 style="color: #1e1e1e">Copyright &copy; @php echo date('Y') @endphp <b>Intelligent Computer Assisted Programming Learning Platform (ICLOP)</b>.</strong> All rights reserved.
</footer>