adding function

This commit is contained in:
hafifierahman
2022-04-07 06:25:36 +08:00
parent 9f87040211
commit 7cea54ffd1
4 changed files with 49 additions and 19 deletions
@@ -2210,6 +2210,7 @@ class AdminPageController extends Controller
$pengesahan = Pengesahan::where([['mohonid',$request->mohonid],['tagcit',0]])
->update(array(
'tagcit' => 1,
'resit_cit' => $request->resitcit,
'bank_cit' => $request->bank
));