Commit ca5d87a2 by Siti Aisah

fix data yang nik isdm nya kosong

parent ea917203
......@@ -175,7 +175,7 @@ public function store(Request $request){
} else {
foreach($count as $sdm){
$data['kosong'] = DB::table('bantuan_penelaah')->where('id_pengajuan',$request->idpengajuan)->where('nik','!=', $sdm->noktp)->first();
$data['kosong'] = VPenelaah::where('id_pengajuan',$request->idpengajuan)->where('nik','!=', $sdm->noktp)->first();
}
return view('transaksi-gagal', $data);
......
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