@include('checklists::partials/items')
@if (count($linked_conversations))
{{ __('This conversation is linked to the following conversation(s):') }} @foreach ($linked_conversations as $i => $linked_conversation) #{{ $linked_conversation->number }}@if (!$loop->last), @endif @endforeach
@endif