@extends('layouts.app') @section('title', 'Audit-Log') @section('actions')
@endsection @section('content')| # | Zeitpunkt | Benutzer | Aktion | Objekt | Beschreibung | IP | Kette |
|---|---|---|---|---|---|---|---|
| {{ $entry->id }} | {{ $entry->created_at->format('d.m.Y H:i:s') }} | {{ $entry->user_email ?? 'System' }} | {{ $entry->action }} | {{ $entry->subject_label ?? '–' }} | {{ $entry->description }} | {{ $entry->ip_address ?? '–' }} | @if ($entry->verifyHash())ok@elseAbweichung@endif |
Keine Einträge. | |||||||