Browse Source

see untagged form

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

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

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

Loading…
Cancel
Save