14 lines
426 B
PHP
14 lines
426 B
PHP
<!-- Footer Start -->
|
|
<footer class="footer">
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
© {{ date('Y') }}
|
|
-
|
|
{{-- - Pengujian Air by --}}
|
|
<a href="">UPTD Laboratorium Lingkungan Pada Dinas Lingkungan Hidup Kota Probolinggo</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
<!-- end Footer -->
|