public function companies()
 {
     return Response::json(['status' => "OK", "response" => Company::has('user')->with('user')->get(), "message" => "A list of companies with 1+ recruiters attending. A comprehensive list of companies can be found in the /api/v0.1/company/search route."], 200);
 }