diff --git a/app/Views/UserList.php b/app/Views/UserList.php
index 919e7de1..9659eaf4 100755
--- a/app/Views/UserList.php
+++ b/app/Views/UserList.php
@@ -355,7 +355,7 @@ table.dataTable tbody td {
-
+
-
-
-
-
- | Insurer Name |
- Insurer Branch Name |
- CD Account Number |
- Current Balance |
- Action |
-
-
+ ->
+ -->
+
+
+
+
+ | Insurer Name |
+ Insurer Branch Name |
+ CD Account Number |
+ Current Balance |
+ Action |
+
+
-
-
-
+
+
+ | insurer_name;?> |
+ insurer_branch_name;?> |
+ cd_master_account_no;?> |
- insurer_name;?> |
- insurer_branch_name;?> |
- cd_master_account_no;?> |
-
- ₹
- insurer_id;
- $cd_ac_pk = $value->cd_ac_pk;
- // Check if the balance information exists for the insurer
- if (isset($balances[$insurerId . '-'. $cd_ac_pk])) {
- $balance = $balances[$insurerId . '-'. $cd_ac_pk]->balance;
- echo $balance;
- } else {
- echo "N/A"; // Display "Not Available" if balance information is not present
- }
- ?>
- |
-
- insurer_id}?client_id={$value->client_id}&cd_ac_pk={$value->cd_ac_pk}"); ?>">
- View Deposit
-
- |
-
-
-
-
+
₹
+ insurer_id;
+ $cd_ac_pk = $value->cd_ac_pk;
+ // Check if the balance information exists for the insurer
+ if (isset($balances[$insurerId . '-'. $cd_ac_pk])) {
+ $balance = $balances[$insurerId . '-'. $cd_ac_pk]->balance;
+ echo $balance;
+ } else {
+ echo "N/A"; // Display "Not Available" if balance information is not present
+ }
+ ?>
+ |
+
+ insurer_id}?client_id={$value->client_id}&cd_ac_pk={$value->cd_ac_pk}"); ?>">
+ View Deposit
+
+ |
+
+
+
+
+
@@ -70,7 +75,7 @@ $(document).ready(function() {
$('#tickets-table').DataTable({
// dom: "<'row'<'col-sm-0'f><'col-sm-9 text-right'B>>",
- dom: "<'row'<'col-12 d-flex justify-content-between align-items-center'<'datatable-search dataTables_filter'f><'datatable-buttons dt-buttons'B>>>",
+ dom: "<'row'<'col-12 d-flex justify-content-between align-items-center'<'datatable-search dataTables_filter'f><'datatable-buttons dt-buttons'B>>>" +
"<'row'<'col-sm-12'tr>>" +
"<'row align-items-center'<'col-5 text-start'i><'col-7 d-flex justify-content-end align-items-center'<'me-2'l>p>>",
lengthMenu: [[10, 20, 50, 100], [10, 20, 50, 100]],
diff --git a/app/Views/client_onboarding.php b/app/Views/client_onboarding.php
index 928836a0..e7af7f88 100755
--- a/app/Views/client_onboarding.php
+++ b/app/Views/client_onboarding.php
@@ -271,14 +271,18 @@
-
+
+
diff --git a/app/Views/dms_search.php b/app/Views/dms_search.php
index f3e1bad0..ea953fff 100644
--- a/app/Views/dms_search.php
+++ b/app/Views/dms_search.php
@@ -25,83 +25,102 @@
.dataTables_length label {height: 21px !important;}
+ .filter-sidebar {
+ height: 100%;
+ width: 0;
+ position: fixed;
+ z-index: 1001;
+ top: 0;
+ right: 0;
+ background-color: #f8f9fa;
+ overflow-x: hidden;
+ transition: 0.5s;
+ box-shadow: -2px 0 5px rgba(0,0,0,0.1);
+ display: flex;
+ flex-direction: column;
+ }
+
+ .filter-sidebar-header {
+ padding: 15px 20px;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ border-bottom: 1px solid #dee2e6;
+ flex-shrink: 0;
+ }
+
+ .filter-sidebar-header .closebtn {
+ font-size: 28px;
+ text-decoration: none;
+ color: #6c757d;
+ }
+
+ .filter-sidebar .closebtn:hover {
+ color: #000;
+ }
+
+ .filter-sidebar-content {
+ padding: 20px;
+ flex-grow: 1;
+ overflow-y: auto;
+ }
+
+ .filter-sidebar-footer {
+ padding: 15px 20px;
+ display: flex;
+ justify-content: flex-end;
+ border-top: 1px solid #dee2e6;
+ flex-shrink: 0;
+ gap: 10px;
+ }
+
-
-
-
-
-
-
- Filter
-
-
-
-
-
-
+
+
+
+
+
+ OR
+
+
+
+
+
+
+
+
+
+
+
+