| @include('lpj::component.logo-bag') |
LAPORAN PENILAIAN ATAS TANAH DAN/ATAU BANGUNAN |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| A. STATUS KEPEMILIKAN, HUBUNGAN DAN PENGHUNI | C. SARANA PELENGKAP DAN LINGKUNGAN | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
| D. ASURANSI |
| E. INFORMASI HARGA |
| F. INFORMASI NILAI | G. CATATAN YANG PERLU DI PERHATIKAN |
| Nama Debitur | : | SUKARDI |
| Nomor Laporan | : | |
| Tanggal Laporan | : |
| PETA |
|
@php
$fotoTypes = ['foto_gistaru', 'foto_bhumi', 'foto_argis_region', 'foto_tempat'];
@endphp
@if (isset($forminspeksi))
@forelse ($fotoTypes as $type)
@php
$imagePath = $forminspeksi[$type];
@endphp
@if ($imagePath && file_exists(storage_path('app/public/' . $imagePath)))
@empty
{{ Str::title(str_replace('_', ' ', $type)) }} Tidak ada tipe foto yang tersedia @endforelse @endif |
| FOTO JAMINAN |
|
@if (isset($formFoto['rute_menuju_lokasi']))
@foreach ($formFoto['rute_menuju_lokasi'] as $item)
{{ $item['name_rute'] . ' ' . $loop->index + 1 }}@if (file_exists(storage_path('app/public/' . $item['foto_rute']))){{ $item['name_objek'] }}@if (file_exists(storage_path('app/public/' . $item['foto_objek'])))Basement@if (file_exists(storage_path('app/public/' . $formFoto['foto_basement'])))Gerbang@if (file_exists(storage_path('app/public/' . $formFoto['foto_gerbang'])))Pendamping@if (file_exists(storage_path('app/public/' . $formFoto['pendamping']))) |