Solution:
To display the view menu within Toolset menu in admin - you can navigate to:
=> Toolset => Settings => General tab => Editing experience => select the option "Show both the legacy and Blocks interface and let me choose which to use for each item I build"
And then reload the page and you will be able to see the View menu. Relevant Documentation:
The issue here is that when the user activate our Toolset blocks plugin their post content on the frontend dissappears.
Solution:
This is actually a common issue where there is an empty content template assigned to the custom post type that is not showing on the frontend.
To verify this go to Toolset -> Content Templates and edit the template that is assigned to the post type thats not showing up.
If it is indeed empty and you don't wish to use the content template then you can go ahead and delete it.
Should you want to use the content template to customize the output of your posts on the frontend then I would recommend following the instructions in the documentation below.