{!! clean($translation->title) !!}
@if(!empty($row->getAuthor))
-
{{ __('BY ')}}
{{$row->getAuthor->getDisplayName() ?? ''}}
@endif
- {{__('DATE ')}} {{ display_date($row->updated_at)}}
{!! $translation->content !!}
@if (!empty($tags = $row->getTags()) and count($tags) > 0)
@endif