| Type | {{ $record->capa_type }} |
|---|---|
| Priority | {{ $record->priority }} |
| Category | {{ $record->category }} |
| Status | {{ $record->status }} |
| Owner | {{ $record->owner?->name ?? '—' }} |
| Target | {{ $record->target_completion_date?->format('M j, Y') ?? '—' }} |
| Problem Statement | {{ $record->problem_statement }} |
| Root Cause | {{ $record->root_cause_summary }} |