fx
This commit is contained in:
@@ -2096,7 +2096,8 @@ class AdminPageController extends Controller
|
|||||||
|
|
||||||
$pengesahan = Pengesahan::where([['mohonid',$request->mohonid],['tagpb',0]])
|
$pengesahan = Pengesahan::where([['mohonid',$request->mohonid],['tagpb',0]])
|
||||||
->update(array(
|
->update(array(
|
||||||
'tagpb' => 1
|
'tagpb' => 1,
|
||||||
|
'kelulusanpbimage' => $request->kelulusanpbimage
|
||||||
));
|
));
|
||||||
|
|
||||||
$permohonan = Permohonan::where('mohonid',$request->mohonid)
|
$permohonan = Permohonan::where('mohonid',$request->mohonid)
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ class Pengesahan extends Model
|
|||||||
'tagcit',
|
'tagcit',
|
||||||
'bank_cit',
|
'bank_cit',
|
||||||
'komen_batal',
|
'komen_batal',
|
||||||
|
'kelulusanpbimage'
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user