section = $section; $this->bg = $bg; $this->content = config("content.themes.{$theme}.end_customer_section", []); } public function render() { return view('livewire.web.components.sections.end-customer-section'); } }