['required', 'exists:billing_groups'], 'radiologist_id' => ['required', 'exists:users'], ]; } public function authorize(): bool { return true; } }