@extends('web_user.layouts.app') @section('title', 'Detail Hasil Audit') @section('content')
{{-- Header dan Aksi --}} {{-- Informasi Utama --}} {{-- PIC Perbaikan --}} {{-- Area Temuan --}} {{-- Keterangan --}}
{{-- Foto --}}

Foto Sebelum

Dokumentasi kondisi awal temuan audit.

@if ($audit->foto_sebelum && file_exists(public_path('storage/' . $audit->foto_sebelum))) Foto Sebelum @else
Foto sebelum tidak ditemukan.
@endif

Foto Sesudah

Dokumentasi kondisi setelah perbaikan.

@if ($audit->foto_sesudah && file_exists(public_path('storage/' . $audit->foto_sesudah))) Foto Sesudah @else
Belum ada foto sesudah.
@endif
{{-- Tombol --}}
@endsection