@extends('layouts.dashboard') @section('page-content')
System activity and change tracking
| Timestamp | User | Action | Model | Description | IP Address | Actions |
|---|---|---|---|---|---|---|
| {{ $log->created_at->format('Y-m-d H:i:s') }} |
@if($log->user)
{{ $log->user->name }}
{{ $log->user->email }}
@else
System
@endif
|
{{ ucfirst($log->action) }} | {{ class_basename($log->auditable_type) }} | {{ $log->description }} | {{ $log->ip_address ?? 'N/A' }} | View Details |
No audit logs foundTry adjusting your filters or search criteria. |
||||||