name, $this->id); } /** * Url to view this item. * @return string */ public function viewUrl() { return route('companies.show', $this->id); } }