fillable; foreach ($cols as $col) { if (!in_array($col, array_keys($request))) { continue; } $data[$col] = empty($request[$col]) ? NULL : $request[$col]; } $hecm->create( $data); echo"";