We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac450b0 commit 6e7aa0cCopy full SHA for 6e7aa0c
resources/views/backend/layouts/partials/footer.blade.php
@@ -1,8 +1,15 @@
1
-
2
-<!-- footer area start-->
3
<footer>
4
<div class="footer-area">
5
- <p>© Copyright 2018. All right reserved. Template by <a href="https://colorlib.com/wp/">Colorlib</a>.</p>
+ <p>
+ © Copyright {{ date("Y") }}. All right reserved. Laravel -
+ {{ 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
13
+ </p>
14
</div>
15
</footer>
-<!-- footer area end-->
0 commit comments