@php $config = $settings->drip_config ?? []; $modes = [ 'immediate' => 'Immediate — all content available on enrollment', 'after_enrollment' => 'After enrollment — unlock based on enrollment date', 'calendar' => 'Calendar — unlock on specific dates', 'previous_completion' => 'Previous completion — unlock next after finishing previous', 'days_after' => 'Days after — unlock N days after enrollment', 'weekly' => 'Weekly drip', 'monthly' => 'Monthly drip', 'manual' => 'Manual unlock by admin/instructor', ]; @endphp
{{ $meta['description'] }}