I don't get the correct validation error messages, instead I get this dot-notation error message:
When I submit the empty form, the fabric error message shows validation.required instead of Fabric is required.
Here is my code:
$request->validate([
'fabric'=>'required|in:3'
]);
