import React from 'react';
import { Head, Link } from '@inertiajs/react';
import EmployerLayout from '../../../Layouts/EmployerLayout';
import { MessageSquare, CheckCircle2, ChevronRight, Search, Plus } from 'lucide-react';
import { useTranslation } from '../../../lib/LanguageContext';
export default function Index({ conversations }) {
const { t } = useTranslation();
return (
{thread.last_message}
{t('no_active_messages_desc', 'When you message workers or schedule interviews, your conversation threads will appear here.')}
{t('find_workers', 'Find Workers')}