- Title
- {{ $ncr->title }}
- Severity
-
{{ ucfirst($ncr->severity) }}
- Status
-
{{ ucfirst(str_replace('_', ' ', $ncr->status)) }}
- Identified Date
- {{ $ncr->identified_date->format('M d, Y') }}
- Identified By
- {{ $ncr->identifiedBy->name }}
- Location
- {{ $ncr->location }}
@if($ncr->department)
- Department
- {{ $ncr->department->name }}
@endif
@if($ncr->inspection)
@endif
- Description
- {{ $ncr->description }}