+
+
+
+ Section 1 |{" "}
+ Description
+
+
+ {/* Report Title and Dropdowns */}
+
+
+
setReportTitle(e.target.value)}
+ className="flex-1 rounded-full h-[60px] xl:h-full py-3 px-6 xl:col-span-2 border-[#1F1F1F] text-[#E2E2E2]"
+ />
+
+
+
+
+
+ {/* Rich Text Editor for Description */}
+
+
+
+ Section 2 |{" "}
+ Potential Risk
+
+
+
+ {/* Rich Text Editor for Potential Risk */}
+
+
+
+ Section 3 |{" "}
+ Recommendations
+
+
+ {/* Rich Text Editor for Recommendations */}
+
+
+
+ Section 4 |{" "}
+ Attachments
+
+
+
+
+ Upload Vulnerability Assessments, Pen Test Results, And Compliance
+ Reports.
+
+
+ {/* File Upload Area */}
+
fileInputRef.current?.click()}
+ >
+
+
+
+ Drop your files here, or click to browse
+
+
+ Supports PDF, DOC, DOCX, TXT Up To 10MB
+
+
+
+
+
+ {/* Hidden file input */}
+
+
+ {/* Uploaded Files List */}
+ {uploadedFiles.length > 0 && (
+
+
+ Uploaded Files ({uploadedFiles.length})
+
+
+ {uploadedFiles.map((file, index) => (
+
+
+
+
+
+ {file.name}
+
+
+ {formatFileSize(file.size)}
+
+
+
+
+
+ ))}
+
+
+ )}
+
+
+ {/* Update Button */}
+
+
+
+