@php $hide = $item->comments->count() > 0 ? '' : 'hidden'; $hide = ($item instanceof \App\Models\TopicableCase) ? "" : $hide; @endphp
id}}">
id}}" class="comments mt-4 flex flex-col gap-4"> @foreach( $item->comments as $key => $comment ) @include('comments.single') @endforeach
@if($joinDiscussion)

id}}" placeholder="{{__('forms.lbl_write_your_comment_here')}}" rows="3" class="min-h-9 border bg-white border-custom-grey-300 text-custom-grey-500 px-3.5 py-2 w-full rounded-lg resize-none mentionable leading-6" contenteditable="true">

@endif