@foreach([
'sequential' => ['Sequential path', 'Learners must follow the defined order', true],
'lesson_lock' => ['Lesson lock', 'Lock lessons until prerequisites are met', true],
'section_lock' => ['Section lock', 'Lock sections until previous sections are complete', false],
'unlock_after_completion' => ['Unlock after completion', 'Unlock next item after completing current', true],
'unlock_after_quiz' => ['Unlock after quiz', 'Require quiz pass to unlock next', false],
'unlock_after_assignment' => ['Unlock after assignment', 'Require assignment submission to unlock next', false],
'allow_optional' => ['Allow optional items', 'Optional lessons can be skipped', true],
] as $field => [$title, $help, $default])
@endforeach