{{ $task->title }}
Priority: {{ ucfirst($task->priority) }}
Progress: {{ $task->progress_percent }}%
Due: {{ $task->deadline?->format('Y-m-d') ?? 'N/A' }}