['required', 'string', 'max:255'], 'contacto' => ['nullable', 'string', 'max:255'], 'telefono' => ['nullable', 'string', 'max:20'], 'correo' => ['nullable', 'string', 'max:255', 'unique:proveedors,correo'], 'direccion' => ['nullable', 'string'], ]; } }