@extends('layouts.app') @section('content')
| When | User | Event | Description | Subject |
|---|---|---|---|---|
| {{ $a->created_at->format('Y-m-d H:i') }} | {{ optional($a->causer)->name ?? 'System' }} | {{ $a->event ?? '-' }} | {{ $a->description }} | {{ class_basename($a->subject_type) }}#{{ $a->subject_id }} |