2018-04-23 10:24:26 +00:00
|
|
|
<!-- Main Footer -->
|
2019-02-08 12:42:58 +00:00
|
|
|
<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 -->
|
2021-06-28 02:50:28 +00:00
|
|
|
<strong>Copyright © 2014-{{ \Carbon\Carbon::now()->year }} <a href="#">© Leenooks</a>.</strong> All rights reserved.
|
2019-02-08 12:42:58 +00:00
|
|
|
</footer>
|