This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
memberdb/resources/theme/backend/adminlte/layouts/partials/footer.blade.php

9 lines
267 B
PHP
Raw Normal View History

2017-08-05 23:53:57 +00:00
<!-- FOOTER BEGIN -->
<footer class="main-footer">
<!-- To the right -->
<div class="pull-right hidden-xs">
<a href="#"></a><b>{{ config('app.name') }}</b></a>
</div>
<strong>{{ config('app.copyright') }}</strong>
</footer>
<!-- FOOTER END -->