@php
$blockers = $blockers ?? session('trash_blockers', []);
$canTrash = empty($blockers);
@endphp
{{ $meta['title'] }}
{{ $meta['description'] }}
Moving this course to trash soft-deletes it. It can be restored within
{{ $retentionDays }} days, after which permanent cleanup may apply.
Learners will lose access. Bundles, enrollments, and related settings stay linked for restore.
@if(!empty($blockers))
Cannot move to trash while these blockers exist:
@foreach($blockers as $blocker)
- {{ $blocker }}
@endforeach
@endif