main
Ilham Wara Nugroho 2026-01-19 09:32:17 +07:00
parent 93c32919ea
commit 45f25b342d
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class KuesionerController extends Controller
'tahun' => $row->tahun,
'alamat_sekolah' => $row->profile->alamat_sekolah,
'penghargaan' => $penghargaan,
'status' => kuesionerLogStatus($row->KuseionerId),
'status' => kuesionerLogStatus($row->KuesionerId),
'action' => $action,
];