Add Testimonial

swal.fire({ text: 'testimonial Added Succesfully!', type: 'Success', icon: 'success', confirmButtonColor: '#3085d6', cancelButtonColor: '#d33', confirmButtonText: 'Okay', cancelButtonText: 'No, cancel it!' }).then(function(isConfirm) { if (isConfirm.value) { window.location.href = 'testimonial'; } else { } }); "; } else { // echo $link->error; } } ?>