@if (!empty(getSettings()['general']['copyright']))

Copyright {{ date('Y') }} © {{ getSettings()['general']['copyright'] }}

@endif
@if (env('APP_VERSION')) {{ env('APP_VERSION') }} @endif {{ __('static.load_time') }}: {{ round(microtime(true) - LARAVEL_START, 2) }}s.