diff --git a/app/Views/UserList.php b/app/Views/UserList.php index 070a4c10..baa63298 100755 --- a/app/Views/UserList.php +++ b/app/Views/UserList.php @@ -253,10 +253,10 @@ table.dataTable tbody td {
| SNO | +Name/code | +Policy name | +Endorsement ID | +Insurer name | +Remarks | +Endorsement Type | +Status | +Action | +
|---|---|---|---|---|---|---|---|---|
| + | ( ) | + +- | ++ | + | ++ | + + | ++ ' . $employee['status'] . ''; + } elseif ($employee['status'] == 'inprogress') { + echo '' . $employee['status'] . ''; + } elseif ($employee['status'] == 'complete') { + echo '' . $employee['status'] . ''; + } + ?> + | ++ | +
| SNO | -Name/code | -Policy name | -Endorsement ID | -Insurer name | -Remarks | -Endorsement Type | -Status | -Action | -
|---|---|---|---|---|---|---|---|---|
| - | ( ) | - -- | -- | - | -- | - - | -- ' . $employee['status'] . ''; - } elseif ($employee['status'] == 'inprogress') { - echo '' . $employee['status'] . ''; - } elseif ($employee['status'] == 'complete') { - echo '' . $employee['status'] . ''; - } - ?> - | -- | -