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])
@endforeach