fx
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -37,6 +37,7 @@ class Pengesahan extends Model
|
||||
'tagcit',
|
||||
'bank_cit',
|
||||
'komen_batal',
|
||||
'kelulusanpbimage'
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user