पेज · Laravilt
Split
Two-pane layout with start and end content.
A two-pane layout, for example main content with a sidebar.
php
leftSchema() and rightSchema() are aliases for startSchema() and endSchema().
The panel's schema renderer maps split on both stacks, so a Split works inside resource forms. Both panes render their schema like any other content. The standalone InfoList component only lays out Section, Grid and Tabs, so use those for infolist layouts.
API reference
| Method | Description |
|---|---|
make(string) | Create (name required) |
fromBreakpoint(string) | Breakpoint where the panes sit side by side (default md) |
startSchema(array) / endSchema(array) | Pane content |
leftSchema(array) / rightSchema(array) | Aliases |
startColumnSpan(string|int) / endColumnSpan(string|int) | Pane widths (default md:col-span-6) |