© 2026 Hedgehog Software, LLC
{{ $getSelectComponent() }}
public function getSelectComponent(): ComponentContainer { return ComponentContainer::make($this->getLivewire()) ->parentComponent($this) ->components([ Select::make(Str::slug($this->heading.' status'))->options($this->options) ]); }
$data
mutateFormDataBeforeFill