Raw {{ $data->log_name ?? '' }}
@json($data->toArray(), JSON_PRETTY_PRINT)

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /newdata/stgdev/public_html/trisak.mwz/Modules/Log/resources/views/log/form/field.blade.php on line 9
New
@json($properties['attributes'] ?? null, JSON_PRETTY_PRINT)
Old
 @json($properties['old'] ?? null, JSON_PRETTY_PRINT)