Forms\Components\Grid::make()
->columns([
'sm' => 1,
'md' => 2
])
->schema([
Forms\Components\Section::make('Sync Schedule')
->schema([
Forms\Components\Placeholder::make('action')
->label('Sync Here')
->content($this->integration->name)
]),
Forms\Components\Section::make('Sync Schedule')
->schema([
Forms\Components\Placeholder::make('action')
->label('Sync Here')
->content($this->integration->name)
]),
]),
Forms\Components\Grid::make()
->columns([
'sm' => 1,
'md' => 2
])
->schema([
Forms\Components\Section::make('Sync Schedule')
->schema([
Forms\Components\Placeholder::make('action')
->label('Sync Here')
->content($this->integration->name)
]),
Forms\Components\Section::make('Sync Schedule')
->schema([
Forms\Components\Placeholder::make('action')
->label('Sync Here')
->content($this->integration->name)
]),
]),