@extends('layouts.app') @section('title', 'Servers') @section('breadcrumb')
| Hostname | IP Address | License | Customer | Fingerprint | Last Validation | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $server->hostname }} | {{ $server->ip_address }} |
{{ $server->license?->license_key }}
|
{{ $server->license?->customer?->company_name }} | {{ substr($server->server_fingerprint, 0, 20) }}... |
{{ $server->last_validation?->diffForHumans() ?? 'Never' }} | {{ ucfirst($server->status) }} |
@if($server->status === 'active')
@else
@endif
|
| No servers registered yet. | |||||||