@extends('layouts.admin') @section('title', 'Activity Logs') @section('page-title', 'Activity Logs') @push('styles') @endpush @section('content')
| ID | User | Type | Description | IP Address | Severity | Date | Time | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $log->id }} | {{ $log->user ? $log->user->full_name : 'System' }} | {{ ucfirst(str_replace('_', ' ', $log->activity_type)) }} | {{ Str::limit($log->activity_description, 50) }} | {{ $log->ip_address }} | {{ ucfirst($log->severity) }} | {{ $log->created_at->format('Y-m-d') }} | {{ $log->created_at->format('H:i:s') }} | View |