Browse Source

see untagged form

ifah
Siti Hajar Ibrahim 5 years ago
parent
commit
6d4118545f
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      app/Http/Controllers/Controller.php

+ 1
- 0
app/Http/Controllers/Controller.php View File

foreach ($work_order as $key => $a) { foreach ($work_order as $key => $a) {
$untaggedform = Form::where('_id',$a->_id)->where('customer_category',null)->get(); $untaggedform = Form::where('_id',$a->_id)->where('customer_category',null)->get();


dd($untaggedform);
array_push($result, array( array_push($result, array(
'_id' => $untaggedform->_id, '_id' => $untaggedform->_id,
)); ));

Loading…
Cancel
Save