{!! __(' :appNameConfigValue :appReleaseConfigValue © :currentYear - All Rights Reserved. Took :pageLoadTimeMillis seconds.', [ 'appUrlConfigValue' => config('app.url'), 'appNameConfigValue' => config('app.name'), 'appReleaseConfigValue' => config('app.release'), 'currentYear' => now()->year, 'pageLoadTimeMillis' => round(microtime(true) - LARAVEL_START, 3) ]) !!}