@extends('admin.layouts.app') @section('title', 'Activity Log') @section('breadcrumb') Activity Log @endsection @section('content')
System-wide audit trail of administrative actions
| Time | User | Action | Subject | Description | IP Address |
|---|---|---|---|---|---|
| {{ $log->created_at->format('d M Y H:i') }} |
{{ strtoupper(substr($log->user?->name ?? 'S', 0, 1)) }}
{{ $log->user?->name ?? 'System' }}
|
{{ ucfirst($log->action) }} | {{ $log->subject_type ?? '—' }} | {{ Str::limit($log->description, 60) }} | {{ $log->ip_address ?? '—' }} |
| No activity recorded yet | |||||