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

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

The system has detected static index.html file in the public root directory {{ public_path() }}
To prevent any unwanted results, you should delete the file index.html and leave only the core index.php file.
@endif