@extends('layouts.admin') @section('title', 'Module Settings') @section('page-title', 'Module Settings') @section('breadcrumbs') Settings chevron_right Modules @endsection @section('content')
Check for available application updates
Current Version: {{ $updateInfo['current_version'] ?? 'Unknown' }}
Latest Version: {{ $updateInfo['latest_version'] ?? 'Unknown' }}
@if(isset($updateInfo['checked_at']))Last checked: {{ $updateInfo['checked_at'] }}
@endifCurrent Version: {{ $updateInfo['current_version'] ?? 'Unknown' }}
@if(isset($updateInfo['checked_at']))Last checked: {{ $updateInfo['checked_at'] }}
@endif{{ $updateInfo['message'] ?? 'Unable to check for updates' }}
Click "Check for Updates" to check for available updates.
Application and server environment details
{{ $systemInfo['app_name'] }}
{{ $systemInfo['app_version'] }}
{{ $systemInfo['app_env'] }}
{{ $systemInfo['app_debug'] ? 'Enabled' : 'Disabled' }}
{{ $systemInfo['php_version'] }}
{{ $systemInfo['laravel_version'] }}
{{ $systemInfo['server_software'] }}
{{ $systemInfo['server_os'] }}
{{ $systemInfo['database_driver'] }}
{{ $systemInfo['database_version'] }}
{{ $systemInfo['memory_limit'] }}
{{ $systemInfo['max_execution_time'] }}s
{{ $systemInfo['upload_max_filesize'] }}
{{ $systemInfo['post_max_size'] }}
{{ $systemInfo['timezone'] }}
{{ $systemInfo['locale'] }}
Upload and manage plugins/addons for your system
Manage your installed plugins and addons
{{ $addon['description'] ?? 'No description' }}
No addons installed yet.
Upload an addon to get started.
Upload addon ZIP files to install them. Addons must follow the ProInvoice addon structure.