@if($current_user) @endif @if($incident->component) {{ $incident->component->name }} @endif {{ $incident->name }}{{ $incident->isScheduled ? trans("cachet.incidents.scheduled_at", ["timestamp" => $incident->scheduled_at_diff]) : null }}
@if($with_link) @else @endif
{!! $incident->formattedMessage !!}
@if($incident->updates->count())
@foreach($incident->updates as $update) {{ Str::limit($update->raw_message, 20) }} {{ $update->created_at_diff }} @endforeach
@endif