section = $section; $this->bg = $bg; $this->content = cms_theme_section('end_customer_section'); } public function render() { return view('livewire.web.components.sections.end-customer-section'); } }