| Module | Description | Version | Type | Status | Actions |
|---|---|---|---|---|---|
|
{{ $module['json']['name'] ?? $module['name'] }}
@if (isset($module['json']['alias']))
{{ $module['json']['alias'] }}
@endif
|
{{ $module['json']['description'] ?? 'No description available' }}
@if (isset($module['json']['help_link']))
Documentation →
@endif
|
v{{ $module['json']['version'] ?? '1.0.0' }} | @if ($module['is_core']) Core @else Addon @endif | @if ($module['is_enabled']) Active @else Inactive @endif |
@if (!$module['is_enabled'])
Install
@endif
@if (!$module['is_core'])
{{ $module['is_enabled'] ? 'Disable' : 'Enable' }}
@if (!$module['is_enabled'])
Delete
@endif
@endif
|
{{ session('success') ?? session('error') }}