rbrecruiter/resources/views/breadcrumbs/footer.blade.php

13 lines
487 B
PHP
Raw Normal View History

<!-- Footer -->
<footer class="page-footer font-small footer-grad">
2020-08-31 23:29:58 +00:00
<!-- Copyright - DO NOT REMOVE WITHOUT PERMISSION -->
<div class="footer-copyright text-center py-3">
2020-12-20 17:11:25 +00:00
<a href="{{ config('APP_URL') }}"> {{ config('APP_NAME') }} &copy; 2019-{{ now()->year }} - {{__('messages.footer_copy')}}</a>
</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 -->
</footer>
<!-- Footer -->