@php $informasiPembanding = isset($inspeksi->data_pembanding) ? json_decode($inspeksi->data_pembanding, true) : []; @endphp @if (isset($informasiPembanding['data_pembanding'])) @foreach ($informasiPembanding['data_pembanding'] as $key => $item)
Gambar foto_objek
{{ $item['jenis_aset'] ?? '' }}
{{ $item['address'] ?? '' }}
{{ $item['hak_properti'] ?? '' }}
{{ isset($item['harga']) ? formatRupiah($item['harga']) : '' }}
{{ isset($item['total']) ? formatRupiah($item['total']) : '' }}
{{ $item['telepon'] ?? '' }}
{{ isset($item['tanggal']) ? formatTanggalIndonesia($item['tanggal']) : '' }}
{{ $item['luas_tanah'] ?? '' }} m2
{{ $item['luas_bangunan'] ?? '' }} m2
{{ $item['kordinat_lat'] ?? '' }} , {{ $item['kordinat_lng'] ?? '' }}
@endforeach @endif