@php $categories = [ 'tech' => 'Tech', 'design' => 'Design', 'marketing' => 'Marketing', 'sales' => 'Sales', 'writing' => 'Writing', 'support' => 'Support', 'product' => 'Product', 'operations' => 'Operations', 'virtual-assistant' => 'Virtual assistant', 'finance' => 'Finance', 'hr' => 'HR', 'data' => 'Data', 'ai' => 'AI', 'general' => 'General remote jobs', ]; $selectedCategories = old('preferred_categories', $profile?->preferred_categories ?? $questionnaire?->preferred_categories ?? []); $preferredRoles = old('preferred_roles', $profile?->preferred_roles ?? $resumeReport?->role_suggestions ?? $questionnaire?->preferred_roles ?? []); $skills = old('skills', $profile?->skills ?? $resumeReport?->extracted_skills ?? $questionnaire?->skills ?? []); $links = old('links', $profile?->links ?? []); @endphp

Profile

Shape your final job matches.

Confirm the profile details we will use to rank jobs and prepare tracked Apply actions.

@if (auth()->user()?->canViewMatchedJobs()) @endif
@if ($errors->any())

Please fix the highlighted profile details.

@endif
@csrf

Account access

Your email is locked to protect account ownership. Add a username and password if you want to login without Google.

@if ($user->password_set_at) @endif

Positioning

This is the profile context used for ranking, not a public profile page.

Work details

Roles and skills

Preferred categories
@foreach ($categories as $value => $label) @endforeach

Compensation and links

Profile links

@for ($index = 0; $index < 3; $index++) @endfor