@extends('layouts.app') @section('content')

Audit Log Details

Back
User
{{ $auditLog->user?->name ?: 'System' }}
Action
{{ $auditLog->action }}
Module
{{ $auditLog->module ?: '-' }}
IP Address
{{ $auditLog->ip_address }}
Route
{{ $auditLog->route }}
Date
{{ $auditLog->created_at?->format('d M Y H:i:s') }}
Submitted Data
{{ json_encode($auditLog->new_values, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) }}
User Agent
{{ $auditLog->user_agent }}
@endsection