diff --git a/resources/views/infolists/components/activity-description.blade.php b/resources/views/infolists/components/activity-description.blade.php index 52cb645..cd18133 100644 --- a/resources/views/infolists/components/activity-description.blade.php +++ b/resources/views/infolists/components/activity-description.blade.php @@ -1,5 +1,5 @@

- @if($isHtmlAllowed) + @if ($isHtmlAllowed()) {!! $getState() ?? $getPlaceholder() !!} @else {{ $getState() ?? $getPlaceholder() }} diff --git a/resources/views/infolists/components/activity-title.blade.php b/resources/views/infolists/components/activity-title.blade.php index 3eb750e..2cf0d6d 100644 --- a/resources/views/infolists/components/activity-title.blade.php +++ b/resources/views/infolists/components/activity-title.blade.php @@ -1,5 +1,5 @@

- @if($isHtmlAllowed) + @if ($isHtmlAllowed()) {!! $getState() ?? $getPlaceholder() !!} @else {{ $getState() ?? $getPlaceholder() }}