@extends('admin.layout') @section('title', 'Détail licence') @section('content')
| Client | {{ $license->client->name }} |
| {{ $license->client->email }} | |
| Mode | {{ $license->mode }} |
| Type | {{ $license->license_type }} |
| Statut | {{ $license->status }} |
| Expiration | {{ $license->expires_at?->format('d/m/Y H:i') ?? 'À vie' }} |
| Dernier ping | {{ $license->last_pinged_at?->diffForHumans() ?? 'Jamais' }} |
| Appareils max | {{ $license->max_devices }} |
| Domaine | {{ $license->domain }} |
| Fingerprint | {{ $license->fingerprint }} |