@php if (!empty($itemValue) and !is_array($itemValue)) { $itemValue = json_decode($itemValue, true); } @endphp
{{ csrf_field() }}
{{ trans('update.agora') }} {{ trans('admin/main.settings') }}
Paid Plugin
Paid Plugin
{{--
--}}
Paid Plugin
Paid Plugin
{{ trans('update.new_interactive_file') }} {{ trans('admin/main.settings') }}
Paid Plugin
{{ trans('update.timezone') }} {{ trans('admin/main.settings') }}
{{ trans('update.sequence_content_settings') }}
Paid Plugin
{{ trans('update.assignment_settings') }}
Paid Plugin
{{ trans('update.private_content_settings') }}
Paid Plugin
Paid Plugin
{{ trans('update.course_forum_settings') }}
Paid Plugin
{{ trans('update.forum_settings') }}
Paid Plugin
{{ trans('update.direct_classes_payment_button_settings') }}

{{ trans('update.direct_classes_payment_button_status_hint') }}

{{ trans('update.direct_bundles_payment_button_status_hint') }}

{{ trans('update.direct_products_payment_button_status_hint') }}

{{ trans('update.cookie_settings_status') }}
{{ trans('update.mobile_app_status') }}

{{ trans('update.mobile_app_only_hint') }}

{{ trans('update.maintenance_status') }}

{{ trans('update.maintenance_status_hint') }}

{{ trans('update.maintenance_access_key_hint') }}

{{ trans('update.extra_time_to_join') }}

{{ trans('update.extra_time_hint') }}

{{ trans('update.registration_form_options') }}

{{ trans('update.show_other_register_method_hint') }}

{{ trans('update.show_certificate_additional_in_register_hint') }}

{{ trans('update.social_login_settings') }}

{{ trans('update.show_google_login_button_hint') }}

{{ trans('update.show_facebook_login_button_hint') }}

{{ trans('update.live_chat_widget') }}

{{ trans('update.show_live_chat_widget_hint') }}

{{ trans('update.cashback') }}
Paid Plugin
Paid Plugin
Paid Plugin
{{ trans('update.session_api') }}
@php $selectedApi = (!empty($itemValue) and !empty($itemValue['available_session_apis']) and is_array($itemValue['available_session_apis'])) ? $itemValue['available_session_apis'] : []; @endphp

{{ trans('update.session_api_hint') }}

{{ trans('update.upload_sources') }}
@php $selectedSources = (!empty($itemValue) and !empty($itemValue['available_sources']) and is_array($itemValue['available_sources'])) ? $itemValue['available_sources'] : []; @endphp

{{ trans('update.upload_sources_hint') }}

{{ trans('update.bunny_stream_settings') }} ({{ trans('update.secure_host') }})
@php $bunnyConfs = ['library_id', 'hostname', 'access_key']; // token_authentication_key => deleted @endphp @foreach($bunnyConfs as $bunnyConf)
@endforeach
{{ trans('update.select_the_role_during_registration') }}
@php $roleItems = [\App\Models\Role::$teacher, \App\Models\Role::$organization]; $selectedRoleItems = (!empty($itemValue) and !empty($itemValue['select_the_role_during_registration']) and is_array($itemValue['select_the_role_during_registration'])) ? $itemValue['select_the_role_during_registration'] : []; @endphp

{{ trans('update.select_rules_hint') }}

{{ trans('update.enable_waitlist') }}
Paid Plugin
{{ trans('update.enable_upcoming_courses') }}
Paid Plugin
{{ trans('update.forms') }}
@php $forms = \App\Models\Form::query()->where('enable',true)->get(); $formSections = ['user_register_form', 'instructor_register_form', 'organization_register_form', 'become_instructor_form', 'become_organization_form']; @endphp @foreach($formSections as $formSection)
@endforeach