diff --git a/app/Views/report/custom1.php b/app/Views/report/custom1.php
index d7e4548..a62eae0 100644
--- a/app/Views/report/custom1.php
+++ b/app/Views/report/custom1.php
@@ -89,17 +89,14 @@
| Test |
|
- Method |
- |
+ Unit / Method |
+ |
-
-
-
@@ -208,6 +205,18 @@
+
+
+
@@ -542,6 +551,40 @@
width: 30%;
}
+ /* Signature Section */
+ .signature-section {
+ display: flex;
+ justify-content: center;
+ gap: 80px;
+ margin-top: 30px;
+ padding: 10px;
+ }
+
+ .signature-item {
+ text-align: center;
+ }
+
+ .signature-label {
+ font-size: 11px;
+ font-weight: bold;
+ margin-bottom: 40px;
+ }
+
+ .signature-line {
+ width: 150px;
+ border-bottom: 1px solid #333;
+ margin: 0 auto;
+ }
+
+ @media print {
+ .signature-section {
+ margin-top: 40px;
+ }
+ .signature-line {
+ border-bottom: 1px solid #000;
+ }
+ }
+
/* Footer */
.report-footer {
border: 1px solid #333;