fix(penilai): perbaikan format nilai rupiah diresume

This commit is contained in:
majid
2025-02-13 17:43:55 +07:00
parent 3b3765a53f
commit 295b2fa183
2 changed files with 55 additions and 20 deletions

View File

@@ -471,7 +471,7 @@
<label for="city" class="form-label max-w-56">Kabupaten/Kota</label>
<div class="flex flex-wrap items-baseline w-full">
<input type="text" id="city" class="input w-full cursor-not-allowed" readonly
value="{{ isset($permohonan->debiture->city) ? strtolower($permohonan->debiture->city->name) : '' }}">
value="{{ isset($permohonan->debiture->city) ? $permohonan->debiture->city->name : '' }}">
</div>
</div>
<input type="hidden" name="district_code"