diff --git a/app/Views/client_basic_info.php b/app/Views/client_basic_info.php index 29d2c76..9f651ae 100755 --- a/app/Views/client_basic_info.php +++ b/app/Views/client_basic_info.php @@ -238,6 +238,9 @@ input:checked + .slider:before { var message = (PrimaryKey === '') ? 'Client General Info Created successfully' : 'Client General Info Updated successfully'; toastr.success(message, 'Success'); $submitButton.prop('disabled', false); + let client_name = res.data.client_name ? (' - ' + res.data.client_name) : ''; + $('#client_heading').text(client_name); + }, 1000); } diff --git a/app/Views/client_onboarding.php b/app/Views/client_onboarding.php index 08e9359..7f55c01 100755 --- a/app/Views/client_onboarding.php +++ b/app/Views/client_onboarding.php @@ -41,7 +41,7 @@ body {