Commit ff05393b by Triyah Fatmawati

fix namafield

parent acde4309
......@@ -144,7 +144,7 @@ public function preview(Request $request){
'instansi' => strip_tags($request->instansi),
'jabatan' => strip_tags($request->jabatan),
'alamat' => strip_tags($request->alamat),
'kode_pos' => strip_tags($request->kodepos),
'kode_pos' => strip_tags($request->kode_pos),
'kota' => strip_tags($request->kota),
'kode_registrasi' => strip_tags($kode_registrasi),
'urutan' => $urutan,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment