Skip to content

Commit 6e7aa0c

Browse files
Update footer links
1 parent ac450b0 commit 6e7aa0c

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

resources/views/backend/layouts/partials/footer.blade.php

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
2-
<!-- footer area start-->
31
<footer>
42
<div class="footer-area">
5-
<p>© Copyright 2018. All right reserved. Template by <a href="https://colorlib.com/wp/">Colorlib</a>.</p>
3+
<p>
4+
© Copyright {{ date("Y") }}. All right reserved. Laravel -
5+
{{ Illuminate\Foundation\Application::VERSION }} (PHP -
6+
{{ PHP_VERSION }}) | Developed by Maniruzzaman Akash
7+
<a href="mailto:manirujjamanakash@gmail.com" target="_blank" class="ml-2 mr-2" title="Email Me">
8+
<i class="fa fa-envelope"></i>
9+
</a>
10+
<a href="https://github.com/ManiruzzamanAkash" target="_blank" title="GitHub Profile">
11+
<i class="fa fa-github"></i>
12+
</a>
13+
</p>
614
</div>
715
</footer>
8-
<!-- footer area end-->

0 commit comments

Comments
 (0)