The admin panel must have the ability to stop the display of the product (or enable).
What is the best way to do this?
Is it possible to do without a new column in the database (if not and it will work)?
The program is written in Laravel ( soft delete is already used for another feature).