@extends('layouts.app') @section('title', 'Deviations & Nonconformances') @section('content')
| # | Number | Kind | Title | Type | Department | Discovered | Status | Phase | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $d->deviation_id }} | {{ $d->deviation_number }} @if($d->is_emergency) EMERGENCY @endif | {{ $d->record_kind->label() }} | {{ Str::limit($d->title, 50) }} | {{ $d->deviation_type }} | {{ $d->department?->department_name }} | {{ $d->discovered_date?->format('M j, Y') }} | {{ $d->status->label() }} | {{ $d->current_phase }}/5 | |
| No records found. | |||||||||