10-04-2026
This commit is contained in:
parent
4d6b4930b2
commit
4bb89aad8c
836 changed files with 52961 additions and 5950 deletions
|
|
@ -7,14 +7,16 @@ use Livewire\Component;
|
|||
class BrandWorlds extends Component
|
||||
{
|
||||
public $title;
|
||||
|
||||
public $subtitle;
|
||||
|
||||
public $worlds = [];
|
||||
|
||||
public $bg = 'bg-background';
|
||||
|
||||
public function mount($bg = 'bg-background')
|
||||
{
|
||||
$theme = config('app.theme', 'b2in');
|
||||
$content = config("content.themes.{$theme}.brand_worlds");
|
||||
$content = cms_theme_section('brand_worlds');
|
||||
|
||||
$this->title = $content['title'] ?? '';
|
||||
$this->subtitle = $content['subtitle'] ?? '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue