@php $perms = $settings->permissions ?? []; $platforms = old('selling_platforms', $settings->selling_platforms ?? ['all']); if (! is_array($platforms)) { $platforms = ['all']; } @endphp

{{ $meta['title'] }}

{{ $meta['description'] }}

@csrf @method('PUT')

Sell independently

Allow learners to purchase this course on its own

@error('access_visibility')

{{ $message }}

@enderror

Selecting All covers every platform and disables individual options.

@foreach(['all' => 'All', 'web' => 'Web', 'android' => 'Android', 'ios' => 'iOS'] as $value => $label) @endforeach
@error('selling_platforms')

{{ $message }}

@enderror
@foreach([ 'allow_guest_preview' => ['Guest preview', 'Let guests preview limited content'], 'allow_manual_enrollment' => ['Manual enrollment', 'Admins can enroll learners manually'], 'allow_instructor_enrollment' => ['Instructor enrollment', 'Instructors can enroll learners'], 'allow_batch_enrollment' => ['Batch enrollment', 'Allow enrollment via batches'], 'offline_sync' => ['Offline sync', 'Allow content sync for offline apps'], ] as $field => [$title, $help])

{{ $title }}

{{ $help }}

@endforeach
@error('max_active_sessions')

{{ $message }}

@enderror
Cancel