user() !== null; } public function rules(): array { return [ 'target_group' => ['nullable', 'string', 'max:50'], ]; } }