{{ __('Jabali Panel Update') }} {{ __('Update the panel codebase and assets.') }}
{{ __('Current Version') }}
{{ $currentVersion ?? 'unknown' }}
{{ __('Status') }}
{{ $this->updateStatusLabel }}
{{ __('Last Checked') }}
{{ $lastCheckedAt ?? __('Not checked') }}
@if (! empty($recentChanges))
{{ __('Recent Changes') }}
    @foreach ($recentChanges as $change)
  • {{ $change }}
  • @endforeach
@endif
{{ __('Check for updates') }} {{ __('Upgrade now') }}
@if ($jabaliOutput !== null)
{{ $jabaliOutputTitle ?? __('Jabali Update Output') }} @if ($jabaliOutputAt) {{ __('Last run at :time', ['time' => $jabaliOutputAt]) }} @endif
{{ $jabaliOutput }}
@endif
{{ __('System Packages') }}
{{ __('Refresh') }} {{ __('Run Updates') }}
@if ($refreshOutputAt)
{{ $refreshOutputTitle ?? __('Update Refresh Output') }} {{ __('Last run at :time', ['time' => $refreshOutputAt]) }}
@php $outputLines = is_array($refreshOutput) ? $refreshOutput : [$refreshOutput]; @endphp
{{ implode("\n", $outputLines) }}
@endif
{{ $this->table }}