| Date | Admin | Action | Description | IP | User Agent |
|---|---|---|---|---|---|
| {{ $log->created_at->format('d M Y H:i') }} | {{ $log->admin->full_name ?? $log->admin->email }} | {{ $log->action }} | {{-- Description column: Limited to 80 characters with ellipsis, full text shown on hover --}}{{ \Illuminate\Support\Str::limit($log->description, 80) }} | {{ $log->ip_address }} | {{ $log->user_agent }} |