Browse Source

see unatgged form

ifah
Siti Hajar Ibrahim 5 years ago
parent
commit
a6225b7f62
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

@@ -21,7 +21,9 @@ class Controller extends BaseController

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

if(!empty($work_order)){
dd($work_order);
array_push($result, array(
'wo' => $work_order->wo,
));

Loading…
Cancel
Save