Action::make('setting')
->iconButton()
->icon('heroicon-o-cog-6-tooth')
->modalWidth(MaxWidth::Large)
->fillForm(fn (Website $record) => $record->toArray())
->form([
View::make('filament.components.user-shortener-settings'),
])
->modalSubmitAction(false),
Action::make('setting')
->iconButton()
->icon('heroicon-o-cog-6-tooth')
->modalWidth(MaxWidth::Large)
->fillForm(fn (Website $record) => $record->toArray())
->form([
View::make('filament.components.user-shortener-settings'),
])
->modalSubmitAction(false),