2020-05-08 06:06:24 +01:00
|
|
|
<!-- Footer -->
|
|
|
|
<footer class="page-footer font-small footer-grad">
|
|
|
|
|
2020-09-01 00:29:58 +01:00
|
|
|
<!-- Copyright - DO NOT REMOVE WITHOUT PERMISSION -->
|
2020-05-08 06:06:24 +01:00
|
|
|
<div class="footer-copyright text-center py-3">
|
2022-03-31 16:39:59 +01:00
|
|
|
{!! __('<a href=":appUrlConfigValue"> :appNameConfigValue :appReleaseConfigValue © :currentYear - All Rights Reserved. Took :pageLoadTimeMillis seconds.</a>', [
|
|
|
|
'appUrlConfigValue' => config('app.url'),
|
|
|
|
'appNameConfigValue' => config('app.name'),
|
|
|
|
'appReleaseConfigValue' => config('app.release'),
|
|
|
|
'currentYear' => now()->year,
|
|
|
|
'pageLoadTimeMillis' => round(microtime(true) - LARAVEL_START, 3)
|
|
|
|
]) !!}
|
2020-05-08 06:06:24 +01:00
|
|
|
</div>
|
|
|
|
<!-- Copyright -->
|
2021-10-13 07:17:52 +01:00
|
|
|
<!-- GNU General Public License (https://www.gnu.org/licenses/gpl-3.0.en.html) Built by Miguel N. -->
|
2020-05-08 06:06:24 +01:00
|
|
|
|
|
|
|
</footer>
|
|
|
|
<!-- Footer -->
|