update from server

This commit is contained in:
Daeng Deni Mardaeni
2024-09-26 02:03:38 +00:00
parent a0a8fd3c29
commit 53edfab17a
4 changed files with 5 additions and 44 deletions

View File

@@ -85,7 +85,7 @@
alamat
</span>
<p class="text-2xs text-gray-600 text-right max-w-[250px]">
{{ $pemilik->address.', '.$pemilik->village->name.', '.$pemilik->city->name.', '.$pemilik->province->name.', '.$pemilik->postal_code }}
{{ $pemilik->address ?? '' }}, {{ $pemilik->village->name ?? ''}}, {{ $pemilik->city->name ?? ''}}, {{ $pemilik->province->name ?? '' }}, {{ $pemilik->postal_code ?? '' }}
</p>
</div>
</div>