• {{ ucfirst($row->description) }} {{ $row->created_at->diffForHumans() }}

    {{-- @forelse(collect($row->changes['old'] ?? [])->filter(fn($value, $field) => $row->changes['old'][$field] != $row->changes['attributes'][$field]) as $field => $value)

    Changed {{ $field }} from {{ $value }} to {{ $row->changes['attributes'][$field] }}

    @empty No changes logged. @endforelse --}}