section = $section; $this->content = cms_theme_section($this->section); $this->bg = $bg; } public function render() { return view('livewire.web.components.sections.partner-c-t-a'); } }