update lokasi otomatis dan print out
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user