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

13 lines
581 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-21 01:20:46 +00:00
<a href="{{ config('app.url') }}"> {{ config('app.name') . ' ' . config('app.release') }} &copy; 2019-{{ now()->year }} - {{__('messages.footer_copy')}}. Took {{ round(microtime(true) - LARAVEL_START, 3) }} seconds.</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 -->