@extends('components.app-layout') @section('title', 'Activity Log Details') @section('subtitle', 'Detailed view of security log entry') @section('content')
Log ID: #{{ $log->id }}
{{ $log->created_at->format('M j, Y \a\t g:i A') }}
{{ $log->description }}
{{ json_encode($log->properties, JSON_PRETTY_PRINT) }}
No other recent activity from this user