{{ __('System Activity Logs') }}

+ +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + Clear +
+
+
    @forelse($logs as $log)
  • @if(!$loop->last) @endif
    {{ strtoupper(substr($log->action, 0, 1)) }}
    {{ $log->user->name ?? 'System' }} {{ $log->action }} {{ $log->module }}

    {{ $log->created_at->diffForHumans() }} ({{ $log->created_at->format('d M, h:i A') }})

    {{ $log->description }}

    IP: {{ $log->ip_address }}
  • @empty
  • No activity logs found.
  • @endforelse
{{ $logs->links() }}