menyamakan staging

This commit is contained in:
Andy Chaerudin
2024-12-23 09:52:44 +07:00
parent 562f1fb846
commit 72837004d7
2 changed files with 340 additions and 52 deletions

View File

@@ -17,7 +17,7 @@
@php
$luas = $item->detail;
$details = json_decode($luas[0]->details, true);
$luas_tanah = isset($details['luas_tanah']) ? $details['luas_tanah'] : 'N/A';
$luas_tanah = isset($details['luas']) ? $details['luas'] : 'N/A';
@endphp
<input type="hidden" name="luas_tanah_sesuai" class="input" value="{{ $luas_tanah }}">
<p class="text-2sm text-gray-700">{{ $luas_tanah }} m<sup>2</sup></p>