@props(['name', 'ip', 'status' => 'online', 'cpu' => 0, 'mem' => 0, 'os' => null]) @php $label = ['online' => __('common.online'), 'warning' => __('common.warning'), 'offline' => __('common.offline'), 'pending' => __('servers.status_pending')][$status] ?? ucfirst($status); @endphp

{{ $name }}

{{ $ip }}@if ($os) ยท {{ $os }}@endif

{{ $label }}