diff --git a/app/Views/client_basic_info.php b/app/Views/client_basic_info.php index 696897b5..8a4084ce 100644 --- a/app/Views/client_basic_info.php +++ b/app/Views/client_basic_info.php @@ -172,7 +172,7 @@ input:checked + .slider:before { ( Image dimensions 100 x 100 pixels and size of 200KB. )
| Action | - + - +||
|---|---|---|
| - + insurer_name;?> + | - insurer_name;?> - - -₹ - insurer_id; + insurer_id; + // Check if the balance information exists for the insurer + if (isset($balances[$insurerId])) { + $balance = $balances[$insurerId]->balance; + echo $balance; + } else { + echo "N/A"; // Display "Not Available" if balance information is not present + } + ?> - // Check if the balance information exists for the insurer - if (isset($balances[$insurerId])) { - $balance = $balances[$insurerId]->balance; - echo $balance; - } else { - echo "N/A"; // Display "Not Available" if balance information is not present - } - ?> - | - insurer_id}?client_id={$value->client_id}"); ?>"> - View Deposit - - | + insurer_id}?client_id={$value->client_id}"); ?>"> + View Deposit + + + -
Deposits
-Consumed
-Refund
-Current Balance
-Deposits
+Consumed
+Refund
+Current Balance
+| Date | User | Description | Sub Type | Credit | Debit | - -Balnce | - -
|---|---|---|---|---|---|---|
| created_at)); ?> | -username; ?> | -description; ?> | -sub_type]) ? $subTypeOptions[$row->sub_type] : ''; ?> | -transaction_type == 'Credit') ? $row->amount : ''; ?> | -transaction_type == 'Debit') ? $row->amount : ''; ?> | -balance; ?> | - - - - -