@method('PUT')
@lang('performance::modules.objectiveNotificationSettings')
@lang('performance::app.sendNotificationsNote')
objective_slack_notification == 'yes') checked @endif class="custom-control-input change-notification-setting" data-setting-type="objective_slack" data-setting-id="{{ $settings->id }}" id="objective_slack_notification" name="objective_slack_notification" value="yes">
objective_push_notification == 'yes') checked @endif class="custom-control-input change-notification-setting" data-setting-type="objective_push" data-setting-id="{{ $settings->id }}" id="objective_push_notification" name="objective_push_notification" value="yes">
objective_email_notification == 'yes') checked @endif class="custom-control-input change-notification-setting" data-setting-type="objective_email" data-setting-id="{{ $settings->id }}" id="objective_email_notification" name="objective_email_notification" value="yes">
@lang('performance::modules.1:1MeetingNotificationSettings')
meeting_slack_notification == 'yes') checked @endif class="custom-control-input change-notification-setting" data-setting-type="meeting_slack" data-setting-id="{{ $settings->id }}" id="meeting_slack_notification" name="meeting_slack_notification" value="yes">
meeting_push_notification == 'yes') checked @endif class="custom-control-input change-notification-setting" data-setting-type="meeting_push" data-setting-id="{{ $settings->id }}" id="meeting_push_notification" name="meeting_push_notification" value="yes">
meeting_email_notification == 'yes') checked @endif class="custom-control-input change-notification-setting" data-setting-type="meeting_email" data-setting-id="{{ $settings->id }}" id="meeting_email_notification" name="meeting_email_notification" value="yes">