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

14 lines
320 B
PHP
Executable File

<x-dynamic-component :component="$getEntryWrapperView()" :entry="$entry">
<div
{{
$attributes
->merge($getExtraAttributes(), escape: false)
->class(['fi-in-text w-full -mt-6'])
}}
>
{{ $getModifiedState() }}
</div>
</x-dynamic-component>