الصفحات · Laravilt
Fieldset
Group components under a legend.
Groups components under a legend.
php
The name doesn't become the label. Set it with label() or legend(), which also sets the label.
Fieldset has no dedicated frontend component yet, and the panel's schema renderer does not map it. Use Section for grouped content in resource forms.
API reference
| Method | Description |
|---|---|
make(string) | Create (name required) |
label(string|Closure) | Label |
legend(string|Closure) | Legend (also sets the label) |
schema(array) | Child components |