@php($comments = $comments ?? ($ticket->relationLoaded('comments') ? $ticket->getRelation('comments') : [])) @php($comments = is_countable($comments) ? $comments : []) @if(!empty($comments) && count($comments)) @else
No hay comentarios.
@endif {{ $slot ?? '' }}