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