@extends('admin.layouts.app') @section('title', 'Detail Riwayat Audit') @section('content')
{{-- Pop up sukses --}} {{-- Header dan Aksi --}} {{-- Informasi Audit --}} {{-- Keterangan Sebelum & Sesudah --}}
{{-- Foto Sebelum & Sesudah --}}

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 kembali --}}
@endsection