{{-- ── Left Panel ───────────────────────────────────── --}}
{{-- ── Right Form Sections ───────────────────────────── --}}
{{-- ── Danger Zone ───────────────────────────────────────── --}}
Task
TASK-{{ str_pad($task->id, 4, '0', STR_PAD_LEFT) }}
{{ $task->title }}
{{ $statusInfo['label'] }}
{{ $priorityInfo['label'] }} Priority
@if($task->project)
@endif
@if($task->due_date)
@endif
@if($task->estimated_hours)
@endif
Danger Zone
Delete this task
Permanently removes this task and its checklist items. This cannot be undone.