@extends('layouts.app') @section('title', 'Non-Conformance Reports') @section('content')
Manage non-conformance reports
| Reference | Title | Severity | Status | Identified Date | Location | Actions |
|---|---|---|---|---|---|---|
| {{ $ncr->reference_number }} | {{ $ncr->title }} | {{ ucfirst($ncr->severity) }} | {{ ucfirst(str_replace('_', ' ', $ncr->status)) }} | {{ $ncr->identified_date->format('M d, Y') }} | {{ $ncr->location }} | View Edit |
| No non-conformance reports found. | ||||||