Create a view named "Approvals", where it allows the user to approve different things like Position Description, Jobs and Offers.
Each thing should be separated into its own section and should contain the following information in a list item or a card. For example:
- Job: Job ID, Job name, Date created, Recruiter, Hiring Manager, Compensation Range, Department, Location,
- Position Description: Same as job but without hiring manager, location, department
- Offer: Amount, Position Description ID, Job ID, date created, applicant name, recruiter, hiring manager
Each section must have a way to do bulk actions. | A shadcn/ui and v0 generation - v0