$a) { $untaggedform = Form::where('_id',$a->_id)->where('customer_category',null)->get(); dd($untaggedform); array_push($result, array( '_id' => $untaggedform->_id, )); } return json_encode($result); } }