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

13 lines
407 B
PHP
Executable File

<!-- Footer -->
<footer class="page-footer font-small footer-grad">
<!-- Copyright - DO NOT REMOVE WITHOUT PERMISSION -->
<div class="footer-copyright text-center py-3">
<a href="{{ env('APP_URL') }}"> {{ env('APP_NAME') }} &copy; 2019-{{ now()->year }} - {{__('messages.footer_copy')}}</a>
</div>
<!-- Copyright -->
<!-- Built by Miguel Nogueira -->
</footer>
<!-- Footer -->