['required', 'integer', 'exists:plans,id'], ]; } public function messages(): array { return [ 'plan_id.required' => 'Plan is required.', 'plan_id.exists' => 'Selected plan does not exist.', ]; } }