@extends('layouts.app') @section('title', 'Audits') @section('content')
Manage audit records
| Reference | Title | Type | Planned Dates | Lead Auditor | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $audit->reference_number }} | {{ $audit->title }} | {{ ucfirst($audit->audit_type) }} | {{ $audit->planned_start_date->format('M d') }} - {{ $audit->planned_end_date->format('M d, Y') }} | {{ $audit->leadAuditor->name }} | {{ ucfirst(str_replace('_', ' ', $audit->status)) }} | View Edit |
| No audits found. | ||||||