Currently working on a management system
For services now the service must be approved by more than one employee and these approvals are based on the order I mean the first employee must agree to the second employee to see the request and approve or reject it
@ibrahimks
The service - if its an entity needs to have a table / has a table - then you need to add columns to the database for first_approval, second_approval etc. This will reflect as properties on the service model as well. Rules for when to display will be based on whether or not the column have a value or not.