2020-05-08 05:06:24 +00:00
|
|
|
<!-- Footer -->
|
|
|
|
<footer class="page-footer font-small footer-grad">
|
|
|
|
|
2020-08-31 23:29:58 +00:00
|
|
|
<!-- Copyright - DO NOT REMOVE WITHOUT PERMISSION -->
|
2020-05-08 05:06:24 +00:00
|
|
|
<div class="footer-copyright text-center py-3">
|
2020-12-20 15:36:32 +00:00
|
|
|
<a href="{{ env('APP_URL') }}"> {{ env('APP_NAME') }} © 2019-{{ now()->year }} - {{__('messages.footer_copy')}}</a>
|
2020-05-08 05:06:24 +00:00
|
|
|
</div>
|
|
|
|
<!-- Copyright -->
|
2020-12-20 16:39:30 +00:00
|
|
|
<!-- GNU General Public License (https://www.gnu.org/licenses/gpl-3.0.en.html) Built by Miguel Nogueira -->
|
2020-05-08 05:06:24 +00:00
|
|
|
|
|
|
|
</footer>
|
|
|
|
<!-- Footer -->
|