@@ -22,6 +22,7 @@ class Controller extends BaseController | |||
foreach ($work_order as $key => $a) { | |||
$untaggedform = Form::where('_id',$a->_id)->where('customer_category',null)->get(); | |||
dd($untaggedform); | |||
array_push($result, array( | |||
'_id' => $untaggedform->_id, | |||
)); |