@extends('layout') @section('title', 'Audit History') @section('content')
Who changed what, when, and from which organization context.
| Time | Actor | Event | Subject | Change | IP |
|---|---|---|---|---|---|
| {{ $log->created_at->format('d M Y H:i:s') }} | {{ $log->user?->name ?? 'System' }} | {{ $log->event }} | {{ class_basename($log->auditable_type) }} #{{ $log->auditable_id }} | Inspect{{ json_encode(['before'=>$log->old_values,'after'=>$log->new_values], JSON_PRETTY_PRINT|JSON_UNESCAPED_SLASHES) }} | {{ $log->ip_address ?: '—' }} |
No audit events recorded. | |||||