@php $categories = [ 'tech' => ['Tech', 'Engineering, QA, security'], 'design' => ['Design', 'UI, product, creative'], 'marketing' => ['Marketing', 'Growth, SEO, lifecycle'], 'sales' => ['Sales', 'SDR, AE, partnerships'], 'writing' => ['Writing', 'Content, copy, editing'], 'support' => ['Support', 'Customer support, success'], 'product' => ['Product', 'PM, product ops'], 'operations' => ['Operations', 'Processes, admin, ops'], 'virtual-assistant' => ['Virtual Assistant', 'Founder and team support'], 'finance' => ['Finance', 'Accounting, analysis'], 'hr' => ['HR', 'Recruiting, people ops'], 'data' => ['Data', 'Analytics, BI, research'], 'ai' => ['AI', 'AI ops, prompts, automation'], 'general' => ['General Remote Jobs', 'Flexible remote roles'], ]; $roles = [ 'Software Developer', 'UI/UX Designer', 'Digital Marketer', 'Sales Representative', 'Content Writer', 'Customer Support Specialist', 'Product Manager', 'Operations Coordinator', 'Virtual Assistant', 'Finance Analyst', 'HR Recruiter', 'Data Analyst', 'AI Specialist', 'General Remote Assistant', ]; $skills = [ 'Remote communication', 'Project management', 'Customer support', 'Sales outreach', 'SEO', 'Content writing', 'Figma', 'Laravel', 'React', 'Excel', 'Data analysis', 'Recruiting', 'Bookkeeping', 'AI tools', 'Operations', 'CRM', 'Email support', 'Copywriting', 'Product strategy', 'Virtual assistance', ]; $experienceLevels = [ 'entry' => 'Entry', 'junior' => 'Junior', 'mid' => 'Mid-level', 'senior' => 'Senior', 'lead' => 'Lead', 'manager' => 'Manager', 'executive' => 'Executive', ]; $availabilityOptions = [ 'immediate' => 'Immediate', 'two_weeks' => 'In two weeks', 'one_month' => 'In one month', 'flexible' => 'Flexible', ]; $locations = [ 'IN' => ['India', 'Asia/Kolkata'], 'US' => ['United States', 'America/New_York'], 'GB' => ['United Kingdom', 'Europe/London'], 'CA' => ['Canada', 'America/New_York'], 'AU' => ['Australia', 'Australia/Sydney'], 'DE' => ['Germany', 'Europe/Berlin'], 'SG' => ['Singapore', 'Asia/Singapore'], 'AE' => ['United Arab Emirates', 'UTC'], ]; $salaryRanges = [ 0 => 'Open / flexible', 1000 => '$1,000+ monthly', 2500 => '$2,500+ monthly', 5000 => '$5,000+ monthly', 8000 => '$8,000+ monthly', ]; $selectedCategories = old('preferred_categories', []); $selectedRoles = old('preferred_roles', []); $selectedSkills = old('skills', []); $selectedCountry = old('country_code', 'IN'); $selectedTimezone = old('preferred_timezone', $locations[$selectedCountry][1] ?? 'Asia/Kolkata'); @endphp

Questionnaire

Build your remote match profile.

1/4
Progress 0% complete
@if ($errors->any())

Please fix the highlighted answers.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Choose your remote job categories.

Pick 1 to 8 paths. These guide your first locked preview and later job ranking.

@foreach ($categories as $value => [$label, $description]) @endforeach