diff --git a/app/Controllers/ApiDashboard.php b/app/Controllers/ApiDashboard.php index e7c321d..8172750 100644 --- a/app/Controllers/ApiDashboard.php +++ b/app/Controllers/ApiDashboard.php @@ -17,7 +17,7 @@ class ApiDashboard extends ResourceController $results = $query->getResultArray(); $data['data'] = $results; - return $this->respond($data,200); + return $this->respond($data, 200); } diff --git a/app/Views/admin/index.php b/app/Views/admin/index.php index 8367dd2..0fd05ff 100644 --- a/app/Views/admin/index.php +++ b/app/Views/admin/index.php @@ -189,7 +189,7 @@
2
-
Printed Notcomplete
+
Printed
Not complete
@@ -225,7 +225,7 @@ - +
@@ -425,13 +425,11 @@ - -
- +
@@ -447,4 +445,10 @@ endSection() ?> section('script') ?> + endSection() ?> \ No newline at end of file