How to customize $fail message (with html too) to an existing rule ?
For example, you are using
How about if you need html for that like "This email already exists. <a href="url('forgot-password;)">Forgot Password?</a>" ?
->unique(User::class, 'email'). The default error message will be: "The email has already been taken" since this is coming from the en/validation.php .How about if you need html for that like "This email already exists. <a href="url('forgot-password;)">Forgot Password?</a>" ?