footer
This commit is contained in:
parent
45f92c530a
commit
7f0a510781
@ -0,0 +1 @@
|
|||||||
|
<?php
|
@ -8,12 +8,11 @@
|
|||||||
<div class="footer-container d-flex align-items-center justify-content-between py-4 flex-md-row flex-column">
|
<div class="footer-container d-flex align-items-center justify-content-between py-4 flex-md-row flex-column">
|
||||||
<div class="text-body mb-2 mb-md-0 fw-light">
|
<div class="text-body mb-2 mb-md-0 fw-light">
|
||||||
© 2024-<script>document.write(new Date().getFullYear())</script> {{ config('app.name') }}. All rights reserved.
|
© 2024-<script>document.write(new Date().getFullYear())</script> {{ config('app.name') }}. All rights reserved.
|
||||||
|
</div>
|
||||||
|
<div class="text-body d-none d-lg-inline-block">
|
||||||
Made with <span class="text-danger"><i class="tf-icons ri-heart-fill"></i></span> by
|
Made with <span class="text-danger"><i class="tf-icons ri-heart-fill"></i></span> by
|
||||||
<span class="fw-semibold">{{ (!empty(config('variables.creatorName')) ? config('variables.creatorName') : '') }}</span>
|
<span class="fw-semibold">{{ (!empty(config('variables.creatorName')) ? config('variables.creatorName') : '') }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="d-none d-lg-inline-block">
|
|
||||||
<a href="#" class="footer-link d-none d-sm-inline-block">Support</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
Reference in New Issue
Block a user