index.js
const validationSchema = Yup.object({ product_name: Yup.string().required(\'Product Name is required\'), review: Yup.string().required(\'Re