public function render(): View
{
return view(self::$view, $this->getViewData())
->layout(self::$layout, [
'livewire' => $this,
'maxContentWidth' => 'full',
...[],
]);
}
public function render(): View
{
return view(self::$view, $this->getViewData())
->layout(self::$layout, [
'livewire' => $this,
'maxContentWidth' => 'full',
...[],
]);
}