Forms\Components\Actions::make([ Forms\Components\Actions\Action::make('delete') ->requiresConfirmation() ->link() ->visible(fn($context) => $context === 'edit') ->color('danger') ->action('delete'), ])