update lokasi otomatis dan print out

This commit is contained in:
majid
2024-12-24 11:51:00 +07:00
parent 310fdff0ed
commit 1ecc82b243
5 changed files with 71 additions and 17 deletions

View File

@@ -211,8 +211,6 @@
}
</style>
</head>
<body>
@@ -537,9 +535,12 @@
</tr>
<tr>
@endif
<td>
<input type="checkbox" {{ in_array($item->name, $forminspeksi['tanah']['bentuk_tanah']['bentuk_tanah']) ? 'checked' : '' }}> {{ $item->name }}
</td>
<td>
<input type="checkbox"
{{ isset($forminspeksi['tanah']['bentuk_tanah']['bentuk_tanah']) && in_array($item->name, $forminspeksi['tanah']['bentuk_tanah']['bentuk_tanah']) ? 'checked' : '' }}>
{{ $item->name }}
</td>
@endforeach
</tr>
</table>