@extends('layouts.app') @section('title', __('nav.audit')) @section('content')

{{ $log->action }}

{{ $log->user?->name }} — {{ $log->created_at }} — {{ $log->ip_address }}

{{ json_encode(['old'=>$log->old_values,'new'=>$log->new_values], JSON_PRETTY_PRINT|JSON_UNESCAPED_UNICODE) }}
@endsection