@extends('admin.layouts.app') @section('title', 'Admin Activity Logs') @section('content')
Track admin actions and changes
| Time | User | Action | Description | IP | Details |
|---|---|---|---|---|---|
| {{ $log->created_at->format('M d, Y H:i') }} | {{ $log->user?->name ?? 'System' }} | {{ ucfirst($log->action) }} | {{ Str::limit($log->description, 60) }} | {{ $log->ip_address }} | View |
| No activity logs found | |||||