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