Daftar Semua penduduk tomohonhebat
@php $province = $item->province ? ', ' . $item->province . '' : ''; $regencie = $item->regencie ? ', ' . $item->regencie . '' : ''; $district = $item->district ? ', ' . $item->district . '' : ''; $village = $item->village ? ', ' . $item->village . '' : ''; @endphp {!! $item->alamat_lengkap . $province . $regencie . $district . $village !!}