title = $content['title'] ?? ''; $this->subtitle = $content['subtitle'] ?? ''; $this->worlds = $content['worlds'] ?? []; $this->bg = $bg; } public function render() { return view('livewire.web.components.sections.brand-worlds'); } }