diff --git a/app/Views/admin/dashboard.php b/app/Views/admin/dashboard.php
index 46974a8..f2d46bd 100644
--- a/app/Views/admin/dashboard.php
+++ b/app/Views/admin/dashboard.php
@@ -2,13 +2,19 @@
= $this->section('content') ?>
+
+
-
+
| Order |
MR |
@@ -116,10 +122,10 @@ function index() {
datafilter = "data-filterrow='7'";
stattext = 'Validated';
}
- let datarow = '' +
+ let datarow = "
" +
'| ' + colldate + ' | ' + patnumber + ' | ' + accessnumber + ' | ' + patname + ' | ' + hon + ' | ' + tests + ' | ' +
- ""+stattext+" | " +
- " | " +'
';
+ ""+stattext+" | " +
+ " | " +'';
$("#table-body").append(datarow);
}
$('#myTable').DataTable();
diff --git a/app/Views/admin/dashboard_viewAccess.php b/app/Views/admin/dashboard_viewAccess.php
index eaa5928..0c605ac 100644
--- a/app/Views/admin/dashboard_viewAccess.php
+++ b/app/Views/admin/dashboard_viewAccess.php
@@ -25,6 +25,19 @@ $name = $row['NAME'];
Sample List
| Coll. | Recv. | Sample Name | Action | Comment |
+
+ | | All |
+
+
+
+
+
+ |
+
+
+ | | Collection |
+ |
+
$sampletext";
echo "
-
-
-
-
+
+
+
+
| ";
- echo "";
+ echo "";
echo " ";
}
?>
-
- | | Collection |
- |
-
-
- | | All |
-
-
-
-
-
- |
-
+