sibanu_web/resources/views/layouts/footers/nav.blade.php

9 lines
539 B
PHP
Raw Normal View History

2022-08-20 13:40:13 +07:00
<div class="row align-items-center justify-content-xl-between" >
<div class="col-xl-12" >
<div class="copyright text-center text-xl-center text-muted" >
&copy; {{ now()->year }} <a href="https://uptti.unej.ac.id" class="font-weight-bold ml-1" target="_blank">UPT Teknologi Informasi dan Komunikasi </a> -
<a href="https://unej.ac.id" class="font-weight-bold ml-1" target="_blank">Developed by Network Operation Center .</a> Semua hak cipta dilindungi undang-undang.
</div>
</div>
</div>