@extends('layouts.admin') @section('title', 'Update ' . $update->version) @section('page-title', 'Update Details') @section('breadcrumbs') Updates chevron_right {{ $update->version }} @endsection @section('header-actions') @if($update->download_url && $hasAccess) download Download Update @endif @if(!$update->is_installed)
@endif @endsection @section('content')Version {{ $update->version }}
@if($update->released_at)Released: {{ $update->released_at->format('F d, Y') }}
@endif{{ $update->description }}
A valid license is required to download this update. Please activate your license in License Settings.
Current Version
{{ $currentVersion }}
Update Version
{{ $update->version }}
Update Type
{{ ucfirst($update->type) }}
Release Date
{{ $update->released_at->format('F d, Y') }}
php artisan migratephp artisan cache:clearphp artisan config:clearphp artisan view:clear⚠️ Important: This system does not support automatic updates. All updates must be performed manually. Never use shell commands or automated scripts that could compromise your system security.