fix(penawaran): ubah nilai awal luas tanah dan bangunan menjadi 0

- Mengubah nilai awal variabel luas tanah dan bangunan dari string kosong menjadi 0.
- Perubahan ini dilakukan di beberapa file tampilan untuk konsistensi data.
This commit is contained in:
Daeng Deni Mardaeni
2025-03-10 07:46:58 +07:00
parent 1ac775c224
commit 106fd2514b
6 changed files with 6 additions and 6 deletions

View File

@@ -126,7 +126,7 @@
@foreach ($permohonan->documents as $document)
@foreach ($document->detail as $index => $detail)
@if($detail->details)
@php $luastanah = $luasbangunan = ""; @endphp
@php $luastanah = $luasbangunan = 0; @endphp
@foreach (json_decode($detail->details) as $key => $value)
@foreach($value as $k => $v)
@if($k=='luas_tanah')

View File

@@ -128,7 +128,7 @@
@foreach ($permohonan->documents as $document)
@foreach ($document->detail as $index => $detail)
@if($detail->details)
@php $luastanah = $luasbangunan = ""; @endphp
@php $luastanah = $luasbangunan = 0; @endphp
@foreach (json_decode($detail->details) as $key => $value)
@foreach($value as $k => $v)
@if($k=='luas_tanah')

View File

@@ -111,7 +111,7 @@
@foreach ($permohonan->documents as $document)
@foreach ($document->detail as $index => $detail)
@if($detail->details)
@php $luastanah = $luasbangunan = ""; @endphp
@php $luastanah = $luasbangunan = 0; @endphp
@foreach (json_decode($detail->details) as $key => $value)
@foreach($value as $k => $v)
@if($k=='luas_tanah')

View File

@@ -126,7 +126,7 @@
@foreach ($permohonan->documents as $document)
@foreach ($document->detail as $index => $detail)
@if($detail->details)
@php $luastanah = $luasbangunan = ""; @endphp
@php $luastanah = $luasbangunan = 0; @endphp
@foreach (json_decode($detail->details) as $key => $value)
@foreach($value as $k => $v)
@if($k=='luas_tanah')

View File

@@ -109,7 +109,7 @@
@foreach ($permohonan->documents as $document)
@foreach ($document->detail as $index => $detail)
@if($detail->details)
@php $luastanah = $luasbangunan = ""; @endphp
@php $luastanah = $luasbangunan = 0; @endphp
@foreach (json_decode($detail->details) as $key => $value)
@foreach($value as $k => $v)
@if($k=='luas_tanah')

View File

@@ -128,7 +128,7 @@
@foreach ($permohonan->documents as $document)
@foreach ($document->detail as $index => $detail)
@if($detail->details)
@php $luastanah = $luasbangunan = ""; @endphp
@php $luastanah = $luasbangunan = 0; @endphp
@foreach (json_decode($detail->details) as $key => $value)
@foreach($value as $k => $v)
@if($k=='luas_tanah')