@extends('layouts.admin') @section('title', 'Internal Audit Details') @section('content')
Date: {{ $audit->audit_date->format('M d, Y') }} | Status: {{ ucwords(str_replace('_',' ',$audit->status)) }}
| Title | Severity | Resolved | Actions |
|---|---|---|---|
|
{{ $f->title }}
{{ $f->detail }}
|
{{ ucfirst($f->severity) }} | {{ $f->resolved ? 'Yes' : 'No' }} | @if(!$f->resolved) @else Resolved at {{ $f->resolved_at?->format('M d, Y H:i') }} @endif |
| No findings recorded. | |||