@extends('admin.layouts.app') @push('libraries_top') @endpush @php $values = !empty($setting) ? $setting->value : null; if (!empty($values)) { $values = json_decode($values, true); } @endphp @section('content')

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

{{ csrf_field() }} @php $switches = ['status', 'active_for_admin_panel', 'active_for_organization_panel', 'active_for_instructor_panel'] @endphp @foreach($switches as $switch)
{{ trans("update.ai_content_setting_{$switch}_hint") }}
@endforeach
@endsection @push('scripts_bottom') @endpush