System Information
  • System Environment

    Software Version

    v{{ $settings->software_version }}

    Framework Version

    v{{ Illuminate\Foundation\Application::VERSION }}

    PHP Version

    v{{ PHP_VERSION }}

    Timezone

    {{ config('app.timezone') }}

    Debug Mode

    @if (!config('app.debug')) Off @else On @endif

    Database

    {{ config('database.default') }}

    SSL Installed

    @if ($hasSSL) Installed @else Not Installed @endif