© 2026 Hedgehog Software, LLC
Forms\Components\Section::make()
Group::make() ->schema([ Section::make() ->schema([ TextInput::make('name') ->label('Team name') ->required() ->maxLength(255), ]) ->columns(2), ]) ->columnSpan(['lg' => 2]),