fix(surveyorr): perbaikan upload foto dan pembanding

This commit is contained in:
majid
2025-02-11 15:28:48 +07:00
committed by putrakuningan
parent ffd8f72c74
commit 874d101b21
9 changed files with 240 additions and 215 deletions

View File

@@ -30,7 +30,7 @@
<div class="flex items-baseline flex-wrap lg:flex-nowrap gap-2.5">
<label class="form-label max-w-56">Harga Penawaran</label>
<div class="flex flex-wrap items-baseline w-full">
<span>Rp. {{ $item['harga'] }}</span>
<span>{{ isset($item['harga']) ? formatRupiah($item['harga']) : '' }}</span>
</div>
</div>