Browse Source

see untagged form

ifah
Siti Hajar Ibrahim 4 years ago
parent
commit
307f38dd99
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/Http/Controllers/Controller.php

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

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

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

Loading…
Cancel
Save