@php $selectedCategories = $preference->categories ?? []; $keywords = implode(', ', $preference->keywords ?? []); @endphp

Job alerts

Control your matched-job emails.

Choose how often alerts are sent, the minimum match quality, and the role categories or keywords you care about.

Dashboard
@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())

Please fix the alert settings.

@endif
@csrf @method('PATCH')

Categories

@forelse ($categoryOptions as $category) @empty

No active job categories are available yet. Alerts will use all categories.

@endforelse