Страницы · Laravilt
Section
Collapsible container with heading
Group related fields with heading and icon.
Basic Usage
php
With Description
php
With Icon
php
Collapsible
php
Multi-Column Layout
php
Methods
| Method | Description |
|---|---|
make(?string) | Create section |
heading(string|Closure) | Set heading |
description(string|Closure) | Set description |
icon(string|Closure) | Lucide icon |
schema(array) | Child components |
columns(int|array) | Column layout |
collapsible(bool) | Enable collapse |
collapsed(bool) | Start collapsed |
Getters
| Method | Return |
|---|---|
getHeading() | ?string |
getDescription() | ?string |
getIcon() | ?string |
getColumns() | int|array|null |
getSchema() | array |
isCollapsible() | bool |
isCollapsed() | bool |