@if (Auth::user()->isSuperAdmin() && \Modules\Core\Environment::hasChanged() && !config('core.disable_environment_changed_message'))

A change in your environment has been detected. This could be due to moving the installation to a new server, changes in the PHP version, or a mismatch between the application URL in your .env file and the URL used during installation.

Please double-check and confirm the requirements below. No additional action is needed other than confirming the requirements.

Check Requirements
@csrf
@endif