Activity Logs
Activity Logs
| Date & Time | User | Action | Module | Details |
|---|---|---|---|---|
| {{ $log->created_at ? $log->created_at->format('Y-m-d H:i:s') : 'N/A' }} | @if ($log->causer && isset($log->causer->name)) {{ $log->causer->name }} @else System @endif | {{ ucfirst($log->description ?? 'unknown action') }} | @if ($log->subject_type) {{ class_basename($log->subject_type) }} @if ($log->subject_id) #{{ $log->subject_id }} @endif @else - @endif | View Details |
| No activity logs found | ||||
{{ $logs->appends(request()->query())->links() }}
--}}