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