APIcall('POST', $this->wrenchApiServer(). 'start',$in); $out["task"] = $this->APIcall('POST', $this->wrenchApiServer(). 'tasks',$in)["result_list"]; return view('welcome_message', $out); } }