Page - GRID Column

The Bootstrap Grid column serves as a tool for organizing components on an admin panel page, acting as a distinct component within the delegator class \App\Admin\Delegates\Column. This functionality enables the structured and aesthetically pleasing arrangement of various elements across the administrative interface.

use App\Admin\Delegates\Column;

$page->column(
	...
)

Grid строка

The Bootstrap Grid row functions as a mechanism for grouping together columns, facilitating the structured layout and cohesive organization of content within the user interface.

$page->row(
	...
)