parameter)) { $attribute = json_decode($this->parameter, 1); } return $attribute; } public function getLogoUrlAttribute() { return config('app.url') . '/img/channel-icons/' . $this->logo; } }