@if (file_exists(public_path('index.html')) && Auth::user()->isSuperAdmin())

Static index.html file detected in the installation public directory!

The system has detected a static index.html file in the public root directory {{ public_path() }}.
To prevent any issues, please delete the index.html file and keep only the core index.php file.
@endif