@extends('layouts.app') @section('title', 'CAPA Register') @section('content')
| CAPA # | Title | Type | Priority | Status | Owner | Target | |
|---|---|---|---|---|---|---|---|
| {{ $c->capa_number }} | {{ Str::limit($c->title, 60) }} | {{ $c->capa_type }} | {{ $c->priority }} | {{ str_replace('_', ' ', $c->status) }} | {{ $c->owner?->name ?? '—' }} | {{ $c->target_completion_date?->format('M j, Y') ?? '—' }} @if($c->isOverdue()) Overdue @endif | |
| No CAPAs found. | |||||||