Browse Source

see unatgged form

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

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

$result = array(); $result = array();
$untaggedform = Form::where('customer_category', null)->get(); $untaggedform = Form::where('customer_category', null)->get();


dd($untaggedform);

foreach ($untaggedform as $key => $a) { foreach ($untaggedform as $key => $a) {
$work_order = WorkOrder::where('_id', $a->_id)->get(); $work_order = WorkOrder::where('_id', $a->_id)->get();
array_push($result, array( array_push($result, array(

Loading…
Cancel
Save