@if ($conversation->isGroup())
$selected,
'bg-gradient-to-br from-sky-500 to-emerald-500 text-white' => ! $selected,
])>
{{ $this->initialsFor($conversation) }}
@elseif ($this->isOnline($conversation))
@else
@endif
{{ $this->titleFor($conversation) }}
@if ($conversation->isGroup())
$selected,
'bg-sky-50 text-sky-700 dark:bg-sky-400/10 dark:text-sky-300' => ! $selected,
])>{{ __('Group') }}
@endif
$selected,
'text-zinc-500 dark:text-zinc-400' => ! $selected,
])>
{{ $this->previewFor($conversation) }}
$selected,
'text-zinc-400 dark:text-zinc-500' => ! $selected,
])>
{{ $this->participantSummaryFor($conversation) }}