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