Files
sibedas/resources/views/layouts/partials/footer.blade.php
2025-06-13 13:36:27 +00:00

11 lines
326 B
PHP

<footer class="footer">
<div class="container-fluid">
<div class="row">
<div class="col-12 text-center">
<script>
document.write(new Date().getFullYear())
</script> &copy; DPUTR Kabupaten Bandung
</div>
</div>
</div>
</footer>