{{ __('Jabali Panel Update') }} {{ __('Update the panel codebase and assets.') }}
{{ $currentVersion ?? 'unknown' }} {{ __('Current Version') }} {{ $this->updateStatusLabel }} {{ __('Status') }} {{ $lastCheckedAt ?? __('Not checked') }} {{ __('Last 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 }}