leenooks/resources/themes/adminlte/views/layouts/partials/footer.blade.php

10 lines
323 B
PHP

<!-- Main Footer -->
<footer class="main-footer">
<!-- To the right -->
<div class="float-right d-sm-none d-md-block">
{{ config('app.name') }}
</div>
<!-- Default to the left -->
<strong>Copyright &copy; 2014-{{ \Carbon\Carbon::now()->year }} <a href="#">&copy Leenooks</a>.</strong> All rights reserved.
</footer>