diff --git a/backend/create-user.php b/backend/create-user.php
index 98d232a..463ef29 100644
--- a/backend/create-user.php
+++ b/backend/create-user.php
@@ -119,10 +119,6 @@ if($_SERVER["REQUEST_METHOD"] == "POST"){
-
@@ -144,22 +139,9 @@ if($_SERVER["REQUEST_METHOD"] == "POST"){
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -265,7 +247,7 @@ if($_SERVER["REQUEST_METHOD"] == "POST"){
diff --git a/backend/delete-achivedticket.php b/backend/delete-achivedticket.php
index f56377b..7fba069 100644
--- a/backend/delete-achivedticket.php
+++ b/backend/delete-achivedticket.php
@@ -67,10 +67,6 @@ if(isset($_POST["id"]) && !empty($_POST["id"])){
-
-
-
-
@@ -80,7 +76,6 @@ if(isset($_POST["id"]) && !empty($_POST["id"])){
-
@@ -92,22 +87,9 @@ if(isset($_POST["id"]) && !empty($_POST["id"])){
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -200,7 +182,7 @@ if(isset($_POST["id"]) && !empty($_POST["id"])){
diff --git a/backend/delete-system.php b/backend/delete-system.php
index 09c7eb9..0977c34 100644
--- a/backend/delete-system.php
+++ b/backend/delete-system.php
@@ -67,10 +67,6 @@ if(isset($_POST["id"]) && !empty($_POST["id"])){
-
-
-
-
@@ -80,7 +76,6 @@ if(isset($_POST["id"]) && !empty($_POST["id"])){
-
@@ -92,22 +87,9 @@ if(isset($_POST["id"]) && !empty($_POST["id"])){
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -200,7 +182,7 @@ if(isset($_POST["id"]) && !empty($_POST["id"])){
diff --git a/backend/delete-ticket.php b/backend/delete-ticket.php
index da897af..eb670ee 100644
--- a/backend/delete-ticket.php
+++ b/backend/delete-ticket.php
@@ -67,10 +67,6 @@ if(isset($_POST["id"]) && !empty($_POST["id"])){
-
-
-
-
@@ -80,7 +76,6 @@ if(isset($_POST["id"]) && !empty($_POST["id"])){
-
@@ -92,22 +87,9 @@ if(isset($_POST["id"]) && !empty($_POST["id"])){
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -200,7 +182,7 @@ if(isset($_POST["id"]) && !empty($_POST["id"])){
diff --git a/backend/delete-user.php b/backend/delete-user.php
index 714c450..6132c58 100644
--- a/backend/delete-user.php
+++ b/backend/delete-user.php
@@ -67,10 +67,6 @@ if(isset($_POST["id"]) && !empty($_POST["id"])){
-
-
-
-
@@ -80,7 +76,6 @@ if(isset($_POST["id"]) && !empty($_POST["id"])){
-
@@ -92,22 +87,9 @@ if(isset($_POST["id"]) && !empty($_POST["id"])){
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -200,7 +182,7 @@ if(isset($_POST["id"]) && !empty($_POST["id"])){
diff --git a/backend/edit-system.php b/backend/edit-system.php
index da5dace..0b84902 100644
--- a/backend/edit-system.php
+++ b/backend/edit-system.php
@@ -197,10 +197,6 @@ $lines = explode("\n", $trimmedString);
-
-
-
-
@@ -210,7 +206,6 @@ $lines = explode("\n", $trimmedString);
-
@@ -330,7 +325,7 @@ $lines = explode("\n", $trimmedString);
diff --git a/backend/edit-ticket.php b/backend/edit-ticket.php
index 108b6a3..10dd087 100644
--- a/backend/edit-ticket.php
+++ b/backend/edit-ticket.php
@@ -157,10 +157,6 @@ if(isset($_POST["id"]) && !empty($_POST["id"])){
-
-
-
-
@@ -170,7 +166,6 @@ if(isset($_POST["id"]) && !empty($_POST["id"])){
-
@@ -182,22 +177,9 @@ if(isset($_POST["id"]) && !empty($_POST["id"])){
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -303,7 +285,7 @@ if(isset($_POST["id"]) && !empty($_POST["id"])){
diff --git a/backend/systems.php b/backend/systems.php
index 055132b..c574ca9 100644
--- a/backend/systems.php
+++ b/backend/systems.php
@@ -31,10 +31,6 @@ require_once "../assets/php/cuttext.php";
-
-
-
-
@@ -44,7 +40,6 @@ require_once "../assets/php/cuttext.php";
-
@@ -57,23 +52,10 @@ require_once "../assets/php/cuttext.php";
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/backend/tickets.php b/backend/tickets.php
index 11486ba..1d6d65f 100644
--- a/backend/tickets.php
+++ b/backend/tickets.php
@@ -30,10 +30,6 @@ require_once "../assets/php/cuttext.php";
-
-
-
-
@@ -43,7 +39,6 @@ require_once "../assets/php/cuttext.php";
-
@@ -55,22 +50,9 @@ require_once "../assets/php/cuttext.php";
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/backend/users.php b/backend/users.php
index 26f709a..6215ea2 100644
--- a/backend/users.php
+++ b/backend/users.php
@@ -30,10 +30,6 @@ require_once "../assets/php/cuttext.php";
-
-
-
-
@@ -43,7 +39,6 @@ require_once "../assets/php/cuttext.php";
-
@@ -55,22 +50,9 @@ require_once "../assets/php/cuttext.php";
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/backend/view-achivedticket.php b/backend/view-achivedticket.php
index 4cf0403..d4e17e4 100644
--- a/backend/view-achivedticket.php
+++ b/backend/view-achivedticket.php
@@ -74,10 +74,6 @@ if(isset($_GET["id"]) && !empty(trim($_GET["id"]))){
-
-
-
-
@@ -87,7 +83,6 @@ if(isset($_GET["id"]) && !empty(trim($_GET["id"]))){
-
@@ -99,22 +94,9 @@ if(isset($_GET["id"]) && !empty(trim($_GET["id"]))){
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -208,7 +190,7 @@ if(isset($_GET["id"]) && !empty(trim($_GET["id"]))){