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).

    2 answers 2

    In my opinion, add a field enabled tinyint and check it out.

      the best way, as already mentioned above, is to make a new column published or active and add it to the local download and in the admin panel just add the checkbox