TKK_E32211395/website/resources/views/partials/footer.blade.php

23 lines
888 B
PHP

<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="text-center py-0">
<div class="container">
<div class="container border-top py-3">
<div class="row justify-content-between">
<div class="col-12 col-md-auto mb-1 mb-md-0">
<p class="mb-0">&copy; <a class="text-decoration-none ms-1"
href="#" target="_blank"> monitoringlistrik.com</a> </p>
</div>
<div class="col-12 col-md-auto">
<p class="mb-0">
Made with<span> 👍 </span>by <a class="text-decoration-none ms-1"
href="#" target="_blank">Lutfi Ardiansyah</a></p>
</div>
</div>
</div>
</div><!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->