@extends('layouts.dashboard') @section('page-content')
{{ $auditLog->created_at->format('Y-m-d H:i:s') }}
{{ $auditLog->user->name }}
{{ $auditLog->user->email }}
@elseSystem
@endif{{ class_basename($auditLog->auditable_type) }}
{{ $auditLog->auditable_id ?? 'N/A' }}
{{ $auditLog->ip_address ?? 'N/A' }}
{{ $auditLog->user_agent ?? 'N/A' }}
{{ $auditLog->description }}
{{ json_encode($auditLog->old_values, JSON_PRETTY_PRINT) }}
{{ json_encode($auditLog->new_values, JSON_PRETTY_PRINT) }}
{{ json_encode($auditLog->properties, JSON_PRETTY_PRINT) }}