Ver código fonte

see unatgged form

ifah
Siti Hajar Ibrahim 5 anos atrás
pai
commit
b69854f327
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      app/Http/Controllers/Controller.php

+ 2
- 0
app/Http/Controllers/Controller.php Ver arquivo

@@ -19,6 +19,8 @@ class Controller extends BaseController
$result = array();
$untaggedform = Form::where('customer_category', null)->get();

dd($untaggedform);

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

Carregando…
Cancelar
Salvar