diff --git a/admin/add-car.php b/admin/add-car.php
index fc97a58..34dceda 100644
--- a/admin/add-car.php
+++ b/admin/add-car.php
@@ -41,12 +41,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
diff --git a/admin/dashboard.php b/admin/dashboard.php
index 7c97796..00c877e 100644
--- a/admin/dashboard.php
+++ b/admin/dashboard.php
@@ -64,23 +64,16 @@ $recent_purchases = $pdo->query("SELECT p.*, u.name, c.title FROM purchases p JO
Admin Panel - AFG CARS
-
+
-
-
-
+
\ No newline at end of file
diff --git a/includes/header.php b/includes/header.php
index d7977ef..47459ad 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -17,26 +17,6 @@ $is_admin = isset($_SESSION['role']) && $_SESSION['role'] === 'admin';
-
diff --git a/user/dashboard.php b/user/dashboard.php
index ba3c559..81be718 100644
--- a/user/dashboard.php
+++ b/user/dashboard.php
@@ -24,6 +24,11 @@ $cars = $my_cars->fetchAll();
?>