Browse Source

edit form controller

ifah
Siti Hajar Ibrahim 5 years ago
parent
commit
5a6910a2ee
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      app/Http/Controllers/Api/FormController.php

+ 1
- 0
app/Http/Controllers/Api/FormController.php View File

$c = Company::find($f->company_id); $c = Company::find($f->company_id);
if(!empty($c->name)){ if(!empty($c->name)){
$labelD = $c->name; $labelD = $c->name;
}
}else{ }else{
$labelD = ""; $labelD = "";
} }

Loading…
Cancel
Save