17 lines
696 B
PHP
17 lines
696 B
PHP
<footer class="pc-footer">
|
|
<div class="footer-wrapper container-fluid">
|
|
<div class="row">
|
|
<div class="col-sm my-1">
|
|
<p class="m-0"
|
|
>Politeknik Negeri Jember ♥ crafted by <a href="https://github.com/Mahayoga/" target="_blank">Mahayoga</a> Distributed by <a href="https://themewagon.com/">ThemeWagon</a>.</p
|
|
>
|
|
</div>
|
|
<div class="col-auto my-1">
|
|
<ul class="list-inline footer-link mb-0">
|
|
<li class="list-inline-item"><a href="{{ route('beranda.index') }}">Home</a></li>
|
|
<li class="list-inline-item"><a href="{{ route('dashboard.index') }}">Dashboard</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer> |