Current Assignment: {{ $assignment->assignment_title }}
Status: {{ ucfirst(str_replace('_', ' ', $assignment->status)) }}
Priority: {{ ucfirst($assignment->priority) }}
Due: {{ $assignment->due_datetime->format('M d, Y H:i') }}
Progress: {{ $assignment->progress_percentage }}%