companies()->pluck('id')->toArray(); if (in_array($id, $companies)) { return true; } return false; } }