@push('styles') @endpush
{{-- Welcome Header --}}

{{ __('Operational Dashboard') }}

System operational since {{ $stats['uptime'] }} at {{ $stats['hostname'] }} ({{ $stats['ip'] }})

{{-- Main Stats Row --}}
{{-- CPU --}}
CPU LOAD

{{ $stats['cpu'] }}%

{{-- RAM --}}
MEMORY

{{ $stats['ram']['percentage'] }}%

{{ $stats['ram']['used'] }} used Swap: {{ $stats['ram']['swap']['percentage'] ?? 0 }}%
{{-- DISK --}}
STORAGE

{{ $stats['disk']['percentage'] }}%

{{ $stats['disk']['free'] }} available

{{-- SESSIONS --}}
LIVE USERS

{{ $stats['users']['total'] }}

{{ $stats['users']['authenticated'] }} Authenticated

@if(auth()->user()->can('view health and logs')) {{-- Right Column: Live Console (Logs) --}}
{{ __('Runtime Activity Feed') }}
INCIDENT TIME LVL MANIFEST INTEL
@can('view ai log analysis') {{-- AI Analysis Card --}}
{{ __('AI Security Insight') }}

Click analyze to get security insights from your recent activity logs.

@endcan
{{-- Log Detail Modal --}} @push('scripts') @endpush