9 lines
388 B
PHP
9 lines
388 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 style="color: #1e1e1e">Copyright © @php echo date('Y') @endphp <b>Intelligent Computer Assisted Programming Learning Platform (ICLOP)</b>.</strong> All rights reserved.
|
|
</footer>
|