@props([ 'chats' => [], 'emptyText' => 'No chats yet. Send a message to someone to see them here.', 'showEmpty' => true, ])
{{ $chat['preview'] ?? 'No messages yet' }}
{{ $emptyText }}