@if($event->event_item == 'attachment')
@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')
@endif
@if($event->event_item == 'task')
@endif
@if($event->event_item == 'ticket')
@endif
@if($event->event_item == 'invoice')
@endif
@if($event->event_item == 'estimate')
@endif
@if($event->event_item == 'new_project' && request('timelineresource_type') != 'project')
@endif
@if($event->event_item == 'subscription')
@endif
@if($event->event_item == 'proposal')
@endif
@if($event->event_item == 'contract')
@endif