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