google_id != null) { $image = explode('-', $this->images); if ($image[0] == "IMAGE") { return $image[1]; } } if ($this->image != null) { return $this->asset($this->image); } return asset('sample/avatar.svg'); } ); } }