@extends('admin.panel.layout') @section('admin_title', 'Lizenzen') @section('admin_content')
Aktivierungs-Keys für Convertly & alle Windows-Apps — ausgeben, suchen, sperren.
| Key | Kunde | App | Stufe | Status | Geräte | Quelle | Erstellt | |
|---|---|---|---|---|---|---|---|---|
{{ $lic->maskedKey() }} |
{{ $lic->customer?->name ?: '—' }} {{ $lic->customer?->email }} |
{{ $lic->app?->name ?? $lic->app_id }} | {{ $lic->tier }} | {{ $lic->status === 'active' ? 'Aktiv' : 'Gesperrt' }} | {{ $lic->devices_count }}/{{ $lic->max_devices }} | {{ $lic->source }} | {{ optional($lic->created_at)->format('d.m.Y') }} | Details |
Keine Lizenzen gefunden. | ||||||||