@extends('layouts.app') @section('title', $license->license_key) @section('breadcrumb')
| License Key | {{ $license->license_key }} |
| Type | {{ ucfirst($license->license_type) }} |
| Issue Date | {{ $license->issue_date?->format('d M Y') }} |
| Expiry Date | {{ $license->expiry_date?->format('d M Y') ?? 'Lifetime' }} |
| Max Users | {{ $license->max_users }} |
| Max Servers | {{ $license->max_servers }} |
| Last Verified | {{ $license->last_verified_at?->diffForHumans() ?? 'Never' }} |
No modules assigned.
@endif| Hostname | IP | Fingerprint | Last Validated | Status | Action |
|---|---|---|---|---|---|
| {{ $server->hostname }} | {{ $server->ip_address }} | {{ substr($server->server_fingerprint, 0, 16) }}... |
{{ $server->last_validation?->diffForHumans() ?? 'Never' }} | {{ ucfirst($server->status) }} | @if($server->status === 'active') @else @endif |
No servers registered yet. The first API validation will auto-register the server.
@endifNo activity recorded.
@endforelse