@extends('layouts.app') @section('content')
| Time | User | Action | Model | Details |
|---|---|---|---|---|
| {{ $audit->created_at->format('M d, H:i:s') }} |
{{ $audit->user->name ?? 'System' }} |
{{ ucfirst($audit->action) }} | {{ class_basename($audit->auditable_type) }} #{{ $audit->auditable_id }} |
@if($audit->changes)
View Changes{{ json_encode($audit->changes, JSON_PRETTY_PRINT) }}
|
| No audit logs found | ||||