@php use Illuminate\Support\Facades\Auth; @endphp @extends('web_user.layouts.app') @section('title', 'Detail Verifikasi') @section('content')
{{-- Pop up sukses dari session --}} {{-- Header --}}
@csrf @method('PATCH') {{-- Informasi Utama --}} {{-- PIC Perbaikan --}} {{-- Area Temuan --}} {{-- Keterangan --}}
{{-- Foto --}}

Foto Sebelum

Dokumentasi kondisi awal temuan.

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

Foto Sesudah (Opsional)

Upload dokumentasi setelah perbaikan.

@if ($audit->foto_sesudah && file_exists(public_path('storage/' . $audit->foto_sesudah))) Foto Sesudah @endif

* Kosongkan jika temuan belum diperbaiki.

{{-- Tombol --}}
Kembali
{{-- Modal Konfirmasi --}} {{-- Modal Berhasil / Loading Simpan --}}
@endsection