diff --git a/.hta_slug/leads.php b/.hta_slug/leads.php
index 7ee20d7..a81ec39 100644
--- a/.hta_slug/leads.php
+++ b/.hta_slug/leads.php
@@ -254,7 +254,7 @@
// second & final query to get the page_view data
- $sql = "SELECT * FROM cleads WHERE business_type LIKE :businessVertical AND (name LIKE :searchTerm OR phone LIKE :searchTerm OR id LIKE :searchTerm OR email LIKE :searchTerm ) AND time BETWEEN :start_date AND :end_date ORDER BY id DESC LIMIT :limit OFFSET :offset";
+ $sql = "SELECT * FROM cleads WHERE business_type LIKE :businessVertical AND (name LIKE :searchTerm OR phone LIKE :searchTerm OR id LIKE :searchTerm OR email LIKE :searchTerm ) AND time BETWEEN :start_date AND :end_date ORDER BY id DESC LIMIT :limit OFFSET :offset";
$stmt = $conn->prepare($sql);
$stmt->bindValue(':businessVertical', "%".$businessVertical."%");
$stmt->bindValue(':searchTerm', "%$searchTerm%");
diff --git a/.hta_slug/notifications/_home.php b/.hta_slug/notifications/_home.php
index d733a40..1b6e6aa 100644
--- a/.hta_slug/notifications/_home.php
+++ b/.hta_slug/notifications/_home.php
@@ -53,7 +53,7 @@