| Number |
Title |
Type |
Status |
Phase |
Planned |
Findings |
|
@forelse($audits as $a)
{{ $a->audit_number }} |
{{ Str::limit($a->title, 60) }} |
{{ $a->audit_type->label() }} |
{{ $a->current_status->label() }} |
{{ $a->current_phase->label() }} |
{{ $a->planned_start_date?->format('M j, Y') }} |
{{ $a->findings->count() }}
@if($a->majorNcCount() > 0)
{{ $a->majorNcCount() }} major
@endif
|
|
@empty
| No audits found. |
@endforelse
{{ $audits->links() }}