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

@ -109,7 +109,7 @@ class SampahBelumTerkelolaController extends Controller
$data->organik = $request->organik;
$data->sampah_anorganik = $request->anorganik;
$data->b3 = $request->b3;
$data->residu = $request->residu;
$data->residu = $request->residu;
$data->save();
}else{
$data = SampahBelumTerkelola::updateOrCreate([

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>