@if($replyThumb && in_array($replyType, ['image', 'video', 'gif', 'sticker'], true))
@if($replyType === 'video')@endif
@elseif(in_array($replyType, ['voice', 'voice_note', 'audio'], true))
@elseif(in_array($replyType, ['document', 'file'], true))
@endif
{{ $message->replyTo->sender_id == auth()->id() ? 'You' : ($message->replyTo->sender?->name ?? '') }}
{{ $message->replySnippet() }}