fix(pemilik_jaminan/form, permohonan/print): ubah label 'Address' menjadi 'Alamat'

- Mengganti label 'Address' menjadi 'Alamat' pada form pemilik jaminan.
- Mengupdate label 'Address' menjadi 'Alamat' pada halaman cetak permohonan.
This commit is contained in:
Daeng Deni Mardaeni
2025-03-04 09:20:47 +07:00
parent ef035b76c0
commit 16c799e512
2 changed files with 2 additions and 2 deletions

View File

@@ -156,7 +156,7 @@
<div class="flex items-baseline flex-wrap lg:flex-nowrap gap-2.5">
<label class="form-label max-w-56">
Address
Alamat
</label>
<div class="flex flex-wrap items-baseline w-full">
<div class="flex flex-col lg:flex-row gap-2 w-full">

View File

@@ -128,7 +128,7 @@
</tr>
<tr>
<td class="py-3 text-gray-600 font-normal">
Address
Alamat
</td>
<td class="py-3 text-gray-700 text-sm font-normal">
{{ $permohonan->debiture->address ?? "" }}