diff --git a/app/Views/client_list.php b/app/Views/client_list.php index 69e2ceba..d68aada4 100644 --- a/app/Views/client_list.php +++ b/app/Views/client_list.php @@ -1,3 +1,14 @@ + +
diff --git a/app/Views/employee_list.php b/app/Views/employee_list.php index 5463d12c..db60f466 100644 --- a/app/Views/employee_list.php +++ b/app/Views/employee_list.php @@ -1,53 +1,62 @@ + -
-
-
-
-
- -
-
-
-
- -
-
-
-
-
- -
-
-
- - -
-
+
+
+
+
+
+ + + +
+
+
+ +
+
+
+
+ +
+
+
+
+
+
- - - -
-
- +
+ + +
@@ -56,22 +65,23 @@

Employees

- +
- +
- - - - - - - - - - - - + + + + + + + + + + + + @@ -79,11 +89,11 @@ if(isset($employees)) { foreach ($employees as $key => $employee) { ?> - + - - + + @@ -92,18 +102,26 @@ - +
SNOEmployee codeNamePolicy nameInsurar nameTPA IDUHID IDPolicy statusPremiumAction
SNOName/codePolicy nameInsurar nameTPA IDUHID IDPolicy statusPremiumAction
( )
@@ -114,98 +132,97 @@ +document.getElementById('toggleIcon').addEventListener('click', function() { + var icon = document.getElementById('icon'); + icon.classList.toggle('mdi-chevron-down'); + icon.classList.toggle('mdi-chevron-up'); +}); + \ No newline at end of file diff --git a/app/Views/import_export.php b/app/Views/import_export.php index 361c9124..de0cb419 100644 --- a/app/Views/import_export.php +++ b/app/Views/import_export.php @@ -1,4 +1,14 @@ +