@extends('layouts.app') @section('title', 'Activity record') @section('page-title', 'Complete activity record') @section('content')
A permanent operational record of access, scans, imports, assessments, case preparation, and outcomes.
| Time | Event | Record | Related item | Administrator |
|---|---|---|---|---|
| {{ $log->created_at->format('M j, Y') }}{{ $log->created_at->format('H:i:s') }} UTC | {{ str($log->event)->replace(['.', '_'], ' ')->title() }} | {{ $log->description }}@if($log->metadata){{ collect($log->metadata)->map(fn($value, $key) => str($key)->replace('_', ' ')->title().': '.(is_scalar($value) || is_null($value) ? ($value ?? 'none') : json_encode($value)))->implode(' · ') }}@endif | @if($log->reportCase)Case #{{ $log->reportCase->id }}@elseif($log->review)Review #{{ $log->review->id }}@elseif($log->business){{ $log->business->name }}@elseif($log->reportBatch)Batch #{{ $log->reportBatch->id }}@elseSystem@endif | {{ $log->user?->name ?? 'System' }}{{ $log->ip_address }} |
◷No activity recorded New actions will appear here. | ||||