update blast wasap notis kedua
This commit is contained in:
@@ -916,9 +916,10 @@ class CallCenterController extends Controller
|
||||
->where('notisperingatan.peringatan',2)
|
||||
->where('notisperingatan.tarikhnotis2','=', NULL)
|
||||
->distinct()
|
||||
->get()->toArray();
|
||||
->get();
|
||||
$notisbycawarray = $notisbycaw->toArray();
|
||||
// dd($notisbycaw);
|
||||
if(empty($notisbycaw)){
|
||||
if(empty($notisbycawarray)){
|
||||
// dd(false);
|
||||
return response()->json('failed');
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user