FORTUNE Xpert Pro Immunity Blended Oil Pouch  (1 L)

FORTUNE Xpert Pro Immunity Blended Oil Pouch (1 L)

FORTUNE Xpert Pro Immunity Blended Oil supports better immunity with a unique blend of healthy oils.

Select Unit
75G

₹ 120 ₹ 143

Product Reviews

User Image
Pruthvirajsinh Jadeja
1 Star

Hi


document.addEventListener('DOMContentLoaded', function () { const deleteButtons = document.querySelectorAll('.delete-review'); deleteButtons.forEach(button => { button.addEventListener('click', function () { const reviewId = this.getAttribute('data-id'); Swal.fire({ title: 'Are you sure?', text: "You won't be able to revert this!", icon: 'warning', showCancelButton: true, confirmButtonColor: '#d33', cancelButtonColor: '#3085d6', confirmButtonText: 'Yes, delete it!' }).then((result) => { if (result.isConfirmed) { // Redirect to the delete route window.location.href = `/deletereview/${reviewId}`; } }); }); }); });