This commit is contained in:
hafifierahman
2022-04-04 17:30:53 +08:00
parent f433e323cd
commit 9f87040211
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -2096,7 +2096,8 @@ class AdminPageController extends Controller
$pengesahan = Pengesahan::where([['mohonid',$request->mohonid],['tagpb',0]])
->update(array(
'tagpb' => 1
'tagpb' => 1,
'kelulusanpbimage' => $request->kelulusanpbimage
));
$permohonan = Permohonan::where('mohonid',$request->mohonid)