Validation error message do not match log error message in Laravel excel validation
How can I resolve an issue where my log error messages are correct, but the validation error messages displayed to the user show a different dose number than expected? Here’s my code for logging and validating doses for vaccines, but the row number in the validation errors doesn’t match the log output.