@if ((Auth::user()->isSuperAdmin() && (rtrim(config('app.url'), '/') != rtrim(settings('_app_url'), '/') || request()->server('SERVER_ADDR') != settings('_server_ip'))) || (!empty(settings('_php_version')) && settings('_php_version') != PHP_VERSION))

A change in your environment has been detected, it's possible that you moved the installation to a new server or the application URL configured in your .env file does not match with the URL that was used during installation.

Double check and confirm the requirements below.

Check Requirements
@csrf
@endif