@extends('layouts.admin') @section('title', 'Updates') @section('page-title', 'System Updates') @section('breadcrumbs') Settings chevron_right Updates @endsection @section('header-actions') @endsection @section('content')
{{ $currentVersion }}
A valid license is required to check for and download updates. Please activate your license in License Settings.
Version {{ $latestUpdate->version }} is available for download.
View Update Details →{{ $update->description }}
@endif @if($update->released_at)Released: {{ $update->released_at->format('M d, Y') }}
@endifYou're up to date!
No updates available at this time.
{{ $update->title }}
Version {{ $update->version }} • Installed {{ $update->installed_at->format('M d, Y') }}
php artisan migrate in your terminalphp artisan cache:clear and php artisan config:clearImportant: Never use shell commands or automated update scripts. Always perform updates manually to ensure system stability and security.
Please wait while we check for available updates.