@extends('admin.panel.layout') @section('admin_title', 'Audit-Log') @section('admin_content')
Lückenloses Protokoll: Aktivierung, Erneuerung, Ausgabe, Sperre, Reset.
| # | Zeit | Aktion | Lizenz | Detail |
|---|---|---|---|---|
| {{ $ev->id }} | {{ optional($ev->ts)->format('d.m.Y H:i:s') }} | {{ $ev->type }} |
@if ($ev->license_id)
{{ \Illuminate\Support\Str::limit($ev->license_id, 16, '…') }}
@else — @endif
|
{{ $ev->detail }} |
Noch keine Ereignisse. | ||||