@if (Route::has('login'))
@auth Dashboard @else Log in @if (Route::has('register')) Register @endif @endauth Terms
@endif
Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }}) ({{ trans('titles.auth') }} v{{ config('settings.app_project_version') }})