main
Ilham Wara Nugroho 2026-06-15 12:53:17 +07:00
parent 20d2a73127
commit 9cbf832add
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<div id="panel-4" class="card">
<form action="{{ route($route.'.store') }}" method="POST">
{{ csrf_field() }}
<input type="hidden" name="secure_id" value="{{ encode_id($item->SampahTerkelolaId) }}">
<input type="hidden" name="secure_id" value="{{ encode_id($item->SampahBelumTerkelolaId) }}">
<div class="card-header">
<h5 class="mb-0 fw-500">Form Edit Sampah Terkelola</h5>
</div>