@extends('layouts.admin') @section('title', 'Software Updates') @section('content')
Kya update hoga:
Total Services on Server: {{ $updateInfo['services_count'] }}
Aapka portal up-to-date hai!
Jab bhi niceprint.xyz ke admin koi service add karte hain ya update karte hain, version automatically bump ho jata hai.
Admin dashboard khulne par automatically check hota hai ki koi update available hai ya nahi.
Button click karne se niceprint.xyz ki saari services aapke portal me automatically sync ho jati hain.
Users ke liye turant nai services available ho jati hain. Koi downtime nahi hoti.
Abhi tak koi update apply nahi ki gayi.
| Version | Services | Changes | Status | Date |
|---|---|---|---|---|
| v{{ $update->from_version }} v{{ $update->to_version }} | @if($update->services_added > 0) +{{ $update->services_added }} added @endif @if($update->services_updated > 0) {{ $update->services_updated }} updated @endif |
@if($update->changelog)
{{ $update->changelog }}
@else
-
@endif
|
{{ ucfirst($update->status) }} | {{ $update->created_at->format('d M Y, h:i A') }} |