@extends('layouts.app') @section('title','Audit Event') @section('page_title','Audit Event') @section('content')
{{ $audit->occurred_at?->format('d M Y H:i:s') }} by {{ $audit->user?->name }}
{{ json_encode($audit->old_values,JSON_PRETTY_PRINT|JSON_UNESCAPED_SLASHES) }}{{ json_encode($audit->new_values,JSON_PRETTY_PRINT|JSON_UNESCAPED_SLASHES) }}