{{ __('audit.subtitle') }}
| {{ __('audit.user') }} | {{ __('audit.action') }} | {{ __('audit.entity') }} | {{ __('audit.date') }} |
|---|---|---|---|
|
{{ strtoupper(substr($log->user?->name ?? '?', 0, 1)) }}
{{ $log->user?->name ?? '-' }}
|
{{ __('audit.' . $log->action) }} | {{ $log->entity_type }} #{{ $log->entity_id }} | {{ $log->created_at->format('Y-m-d H:i') }} |
|
{{ __('audit.no_records') }} |
|||