@extends('layouts.admin') @section('title', 'Internal Audit Reports') @section('content')
Create, track, and close internal audits and findings.
| Title | Scope | Date | Status | Actions |
|---|---|---|---|---|
| {{ $audit->title }} | {{ $audit->scope ?? '-' }} | {{ $audit->audit_date->format('M d, Y') }} | {{ ucwords(str_replace('_',' ',$audit->status)) }} | Open |
| No internal audits found. | ||||