@extends('layouts.app') @section('title', 'Activity Log') @push('styles') @endpush @section('content')
| When | User | Action | Subject | Description |
|---|---|---|---|---|
|
{{ $createdAt ? $createdAt->format('M d, Y ยท g:i A') : 'โ' }}
@if($createdAt)
{{ $createdAt->diffForHumans() }}
@endif
|
{{ $userName ?: 'System' }}
@if($ip)
{{ $ip }}
@endif
|
{{ $actionStr ?: 'unknown' }} |
@if($subjectTypeShort)
{{ $subjectTypeShort }}
@endif
@if($subjectId)
#{{ $subjectId }}
@endif
@if(!$subjectTypeShort && !$subjectId)
โ
@endif
|
{{ $log->description ?? 'โ' }}
@if(!empty($metadata) && is_array($metadata))
@endif
|
Actions performed by you and your staff will appear here for audit and review.