diff --git a/resources/views/penilai/components/analisa/lingkungan.blade.php b/resources/views/penilai/components/analisa/lingkungan.blade.php index 3ad36be..dc8b63f 100644 --- a/resources/views/penilai/components/analisa/lingkungan.blade.php +++ b/resources/views/penilai/components/analisa/lingkungan.blade.php @@ -20,7 +20,7 @@ {{ $lingkungan['jarak_jalan_utama'] ?? '-' }} - Jalan Lingkungan + Jalan Utama : {{ $lingkungan['jalan_linkungan'] ?? '-' }} diff --git a/resources/views/surveyor/components/header.blade.php b/resources/views/surveyor/components/header.blade.php index 3c55876..4584d22 100644 --- a/resources/views/surveyor/components/header.blade.php +++ b/resources/views/surveyor/components/header.blade.php @@ -235,7 +235,7 @@ @php $statusKey = isset($forminspeksi['asset']['alamat']['sesuai']) ? 'sesuai' : 'tidak sesuai'; $address = $forminspeksi['asset']['alamat'][$statusKey] ?? null; - + $cekAlamat = $address ?? ''; @endphp