@extends('layouts.app') @section('title', 'Altyapı & Bakım') @section('content')
Sistem altyapısı ve bakım işlemleri paneli
Genel Sağlık Skoru
{{ number_format($fullStatus['health']['score'], 1) }}
@if($fullStatus['health']['score'] >= 90) Mükemmel Durum @elseif($fullStatus['health']['score'] >= 70) İyi Durum @else Dikkat Gerekli @endif
Toplam Backup
{{ number_format($totalBackups) }}
Tamamlanan
{{ number_format($completedBackups) }}
Başarısız
{{ number_format($failedBackups) }}
Devam Eden
{{ number_format($inProgressBackups) }}
Toplam Boyut
@if($totalBackupSize > 0) @if($totalBackupSize >= 1073741824) {{ number_format($totalBackupSize / 1073741824, 2) }} GB @elseif($totalBackupSize >= 1048576) {{ number_format($totalBackupSize / 1048576, 2) }} MB @else {{ number_format($totalBackupSize / 1024, 2) }} KB @endif @else - @endif
PHP Versiyonu
{{ $fullStatus['system']['php_version'] }}
Laravel Versiyonu
{{ $fullStatus['system']['laravel_version'] }}
Ortam
{{ ucfirst($fullStatus['system']['app_env']) }}
Sunucu Zamanı
{{ $fullStatus['system']['server_time'] }}
| Site | Tip | Durum | Boyut | Tarih |
|---|---|---|---|---|
| {{ $backup->site->name ?? '-' }} | {{ $backup->type_label }} | {{ ucfirst($backup->status) }} | {{ $backup->formatted_file_size }} | {{ $backup->created_at->format('d.m.Y H:i') }} |
{{ $issue['title'] }}
{{ $issue['description'] }}