Add Lpj Helper, penambahan function formatAlamat
- Fix Pengambilan Alamat pada Module Detail Dokumen dan Jaminan agar terstandarisasi
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
alamat
|
||||
</span>
|
||||
<p class="text-2xs text-gray-600 text-right max-w-[250px]">
|
||||
{{ $document->address.', '.$document->village->name.', '.$document->city->name.', '.$document->province->name.', '.$document->postal_code }}
|
||||
{{ formatAlamat($document) }}
|
||||
</p>
|
||||
</div>
|
||||
<div class="border-t border-gray-300 border-dashed">
|
||||
|
||||
Reference in New Issue
Block a user