@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:

@endif
@csrf
@error('course_name')

{{ $message }}

@enderror
@error('reason')

{{ $message }}

@enderror
@error('confirm')

{{ $message }}

@enderror
Keep Editing