7 lines
313 B
PHP
7 lines
313 B
PHP
<div>
|
|
@isset($activity?->id)
|
|
<pre style="width: 100%;overflow-y: scroll;" @if ($isKeepAliveOn) wire:poll.750ms="polling" @endif>{{ data_get($activity, 'description') }}</pre>
|
|
@endisset
|
|
{{-- <pre style="width: 100%;overflow-y: scroll;">{{ data_get($activity, 'properties') }}</pre> --}}
|
|
</div>
|