{{ $order->domain_name }} · {{ $order->product?->name ?? 'Server' }}
Power
{{ strtoupper($powerStatus) }}Instance Status
{{ strtoupper($instanceStatus) }}IPv4 Address
{{ $order->server_ip ?: '-' }}
Last Sync
{{ data_get($panelState, 'last_synced_at') ? \Illuminate\Support\Carbon::parse(data_get($panelState, 'last_synced_at'))->format('M d, Y H:i') : 'Not synced yet' }}
{{ $panelRuntime['label'] ?? 'Server Manager' }}
{{ $panelRuntime['primary_message'] ?? '' }}
@if (!empty($panelRuntime['secondary_message'])){{ $panelRuntime['secondary_message'] }}
@endif{{ $item['label'] ?? 'Option' }}
@if (!empty($item['description'])){{ $item['description'] }}
@endif{{ $item['value'] ?? '-' }}
{{ $taskTypeLabels[$task->type] ?? $task->type }}
{{ json_encode($task->payload ?? [], JSON_UNESCAPED_SLASHES) }}
@if ($task->error_message){{ $task->error_message }}
@elseif (($task->result['message'] ?? null)){{ $task->result['message'] }}
@endif{{ $task->updated_at?->format('M d, Y H:i') }}
{{ $site->domain }}
{{ $site->document_root ?: 'Document root pending' }}
PHP {{ $site->php_version ?: 'default' }} · SSL {{ strtoupper((string) ($site->ssl_status ?: 'pending')) }}
{{ strtoupper((string) $site->status) }}
{{ $database->name }}
{{ $database->username ?: 'Username pending' }} · {{ strtoupper((string) $database->status) }}
{{ strtoupper((string) $database->engine) }}
{{ $file->path }}
{{ ucfirst($file->kind) }} · {{ $file->size_bytes !== null ? number_format($file->size_bytes) . ' bytes' : 'Size pending' }}
{{ $file->last_synced_at?->format('M d, Y H:i') ?: 'Not synced yet' }}
{{ $entry['name'] ?? 'cron-job' }}
{{ $entry['schedule'] ?? '-' }} · {{ $entry['user'] ?? 'web' }}
{{ $entry['command'] ?? '-' }}
{{ strtoupper(str_replace('_', ' ', (string) ($snapshot['target'] ?? 'log'))) }} @if (!empty($snapshot['domain'])) · {{ $snapshot['domain'] }} @endif
{{ $snapshot['read_at'] ? \Illuminate\Support\Carbon::parse($snapshot['read_at'])->format('M d, Y H:i') : 'Pending' }}
{{ $snapshot['content_preview'] ?? 'No preview available yet.' }}
Reported Capabilities
{{ implode(', ', (array) $serverAgent->capabilities) }}
Use the server password you set at checkout to access the machine.
@if ($order->server_ip)ssh {{ $order->server_username ?: 'root' }}@{{ $order->server_ip }}