['required', 'integer', Rule::exists('website_help_center_categories', 'id')], 'title' => ['required', 'string', 'min:10', 'max:255'], 'content' => ['required', 'string', 'min:10', 'max:65000'], ]; } }