Files
Atomcms-edit/resources/views/filament/infolists/components/time-line-propertie-entry.blade.php
T
2026-05-09 17:32:17 +02:00

8 lines
224 B
PHP
Executable File

<x-dynamic-component :component="$getEntryWrapperView()" :entry="$entry">
<div>
{{ $getModifiedState() ?? (!is_array($getState()) ? $getState() ?? $getPlaceholder() : null) }}
</div>
</x-dynamic-component>