Files
exchange-2.0/resources/views/partials/footer.blade.php
T
2022-03-05 17:01:57 +08:00

11 lines
460 B
PHP

<!-- START COPYRIGHT -->
<div class="footer bg-white">
<div class="container-fluid">
<div class="row no-margin">
<div class="col p-l-0 p-t-20 p-b-20 sm-text-center">
<small class="small no-margin pull-left sm-pull-reset all-caps fs-10 muted" style=" letter-spacing: 1px; ">Copyright © {{ date('Y') }} CIEF Exchange. All rights reserved.</small>
</div>
</div>
</div>
</div>
<!-- END COPYRIGHT -->