@if($event->event_item == 'attachment')
{{ $event->event_item_content }}
@endif @if($event->event_item == 'comment')
{!! clean($event->event_item_content) !!}
@endif @if($event->event_item == 'status')
{{ cleanLang(__('lang.new_status')) }}: @if($event->event_parent_type == 'task') {{ taskStatusName($event->event_item_content) }} @elseif($event->event_parent_type == 'lead') {{ leadStatusName($event->event_item_content) }} @else {{ runtimeLang($event->event_item_content) }} @endif
@endif @if($event->event_item == 'file')
{{ $event->event_item_content }}
@endif @if($event->event_item == 'task')
{{ $event->event_item_content }}
@endif @if($event->event_item == 'ticket')
{!! clean($event->event_item_content) !!}
@endif @if($event->event_item == 'invoice')
{!! clean($event->event_item_content) !!}
@endif @if($event->event_item == 'estimate')
{!! clean($event->event_item_content) !!}
@endif @if($event->event_item == 'new_project' && request('timelineresource_type') != 'project')
{{ $event->event_parent_title }}
@endif @if($event->event_item == 'subscription')
{{ $event->event_item_content }}
@endif @if($event->event_item == 'proposal')
{{ $event->event_item_content }}
@endif @if($event->event_item == 'contract')
{{ $event->event_item_content }}
@endif