['required', 'string', 'max:255', Rule::unique('clients', 'code')], 'name' => ['required', 'string', 'max:255'], ]; } }